| 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. |
| InputPosition | | An instance of the InputPosition class represents the current text input position of a TXTextControl document. |
| Line | | An instance of the Line class represents a single line in a Text Control document. |
| LineCollection | | An instance of the LineCollection class contains all text lines in a Text Control document or part of the document represented through objects of the type Line. An instance of this class can be obtained with the |
| 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. |
| TextChar | | An instance of the TextChar class represents a single character in a Text Control document. |
| TextCharCollection | | An instance of the TextCharCollection class contains all characters in a Text Control document or part of the document represented through objects of the type TextChar. An instance of this class can be obtained with the |