
| Class | Description | |
| FormattingStyle | The FormattingStyle class is the base class for the InlineStyle and ParagraphStyle classes. | |
| InlineStyle | The InlineStyle class defines a formatting style that can be used to format single words in a line of text. | |
| InlineStyleCollection | An instance of the InlineStyleCollection class contains all inline formatting styles in the current document represented through objects of the type InlineStyle. An inline style is a character-based formatting style that can be used to format single words in a line of text. | |
| ParagraphStyle | The ParagraphStyle class defines a formatting style for paragraphs. | |
| ParagraphStyleCollection | An instance of the ParagraphStyleCollection class contains all paragraph formatting styles in the current document represented through objects of the type ParagraphStyle. A paragraph style is a formatting style that can be used to format blocks of text. |
| Property | Description | |
| ServerTextControl.InlineStyles | Gets a collection of all inline styles the current document contains. | |
| ServerTextControl.ParagraphStyles | Gets a collection of all paragraph styles the current document contains. | |
| TextControl.InlineStyles | Gets a collection of all inline styles the current document contains. | |
| TextControl.ParagraphStyles | Gets a collection of all paragraph styles the current document contains. | |
| WPF.TextControl.InlineStyles | Gets a collection of all inline styles the current document contains. | |
| WPF.TextControl.ParagraphStyles | Gets a collection of all paragraph styles the current document contains. |