GoogleApi.ContentWarehouse.V1.Model.SocialCommonFormatting
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
Formatting information for a segment.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
bold
(type:boolean()
, default:nil
)
- -
highlight
(type:boolean()
, default:nil
)
- This indicates that the segment should be rendered as highlighted or visually emphasized. -
italics
(type:boolean()
, default:nil
)
- -
strikethrough
(type:boolean()
, default:nil
)
- -
style
(type:String.t
, default:nil
)
- If set, this indicates that the segment should be rendered with the specified style. The absence of an explicit style represents "no style", i.e. the segment can be rendered with the default style chosen by the application. -
underline
(type:boolean()
, default:nil
)
-
Type
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.SocialCommonFormatting