Interface: TextStyle

Core.ContentEdit. TextStyle

TextStyle types.
Properties:
Name Type Description
bold boolean Indicates whether the text is bold.
fontColor string The color of the font.
fontName string The name of the font.
fontSize string The size of the font.
italic boolean Indicates whether the text is italicized.
leading number The leading (line spacing) value.
textAlign string The text alignment (e.g., left, right, center).
underline boolean Indicates whether the text is underlined.
strike boolean Indicates whether the text has a strikethrough.
valign string The vertical alignment of the text.
autofit boolean Indicates whether the text should automatically fit within its container.