The alignment to use. Only used if applyAlignment is true.
Flag to indicate that the alignment should be applied.
Flag to indicate that the background color should be applied.
Flag to indicate that the bold flag should be applied. Note that the fonts need to support all the variants for the styles to work.
Flag to indicate that the character spacing should be applied.
Flag to indicate that the font color should be applied.
Flag to indicate that the font family should be applied.
Flag to indicate that the font size should be applied.
Flag to indicate that the italic flag should be applied. Note that the fonts need to support all the variants for the styles to work.
Flag to indicate that the leading should be applied.
Flag to indicate that the opacity should be applied.
Flag to indicate that the paragraph spacing should be applied.
Flag to indicate that the strike flag should be applied.
Flag to indicate that the underline flag should be applied.
Flag to indicate that the word spacing should be applied.
The background color to use. Only used if applyBackgroundColor is true. Any MegaEdit color format is supported.
The bold flag to use. Only used if applyBoldFlag is true.
The character spacing to use. Only used if applyCharSpacing is true.
The font color to use. Only used if applyFontColor is true. Any MegaEdit color format is supported.
The font family to use. Only used if applyFontFamily is true. This must be a valid available font resource.
The font size to use. Only used if applyFontSize is true.
The id of the style item (GUID).
The italic flag to use. Only used if applyItalicFlag is true.
The leading to use. Only used if applyLeading is true. The leading value here is the percentage - e.g. default is 130 for 130%.
The name of the style item as it appears in the UI.
The opacity to use. Only used if applyOpacity is true. Value between 0 and 1. 0 is fully transparent, 1 is fully opaque.
The paragraph spacing to use. Only used if applyParagraphSpacing is true.
The strike flag to use. Only used if applyStrikeFlag is true.
The underline flag to use. Only used if applyUnderlineFlag is true.
The word spacing to use. Only used if applyWordSpacing is true.
Generated using TypeDoc
A style item can be used for text fields. It defines the base style of a text field and can be used to quickly and easily change the style of a text field. Style items can be grouped together to give a meaningful choice to the enduser.
A style item holds possible formating options for a text field where each option is optional. So it can be quite granular to configure what the styles will adjust when applied to a text field.