StyleModel
16 Dec 20251 minute to read
Properties for content styles
Properties
backgroundColor string
Specifies the background color for the text.
bold boolean
Specifies whether the text is bold.
color string
Specifies the text color in a HEX or RGBA format.
inlineCode boolean
Converts the text to InlineCode.
italic boolean
Specifies whether the text is italicized.
lowercase boolean
Converts the text to lowercase.
strikethrough boolean
Specifies whether the text has a strikethrough effect.
subscript boolean
Specifies whether the text is displayed as subscript.
superscript boolean
Specifies whether the text is displayed as superscript.
underline boolean
Specifies whether the text is underlined.
uppercase boolean
Converts the text to uppercase.