Name | Description | |
---|---|---|
Inverted | If set to false (the default value) the style will be applied to all elements whose UserClass is equal to this style's name. If set to true, the style will be applied to all elements whose UserClass is different than this style's name. | |
IsEmpty | Checks whether the rich text style is empty, i.e. it does not contain any information that can be added to a style sheet. | |
IsModified | Gets/Sets whether this rich text style has been modified or not. Modified styles are always serialized when saving documents. | |
IsUsed | Gets/Sets whether this rich text style is actually used in the document and its rules should be applied to the rich text document's style sheet. Used styles are always serialized when saving documents. | |
Scope | Gets the scope of this rich text style. | |
ShowInGallery | Determines whether to show the style in a styles gallery. By default set to true. | |
StyleId | Gets the style ID of this rich text style. This is also the class name that is set to the UserClass property of text elements this style is applied to. | |
StyleName | Gets/Sets the name of this rich text style. The style name is used in the UI. | |
Type | Gets the type of this rich text style. |