Represents the type of the SpecialCharacter.
Namespace: GemBox.DocumentAssembly: GemBox.Document (in GemBox.Document.dll) Version: 21.3.30.1113
Syntax
public enum SpecialCharacterType
Members
| Member name | Value | Description | |
|---|---|---|---|
| LineBreak | 0 | Specifies that the document content shall restart on the next line. | |
| PageBreak | 1 | Specifies that the document content shall restart on the next page. | |
| ColumnBreak | 2 | Specifies that the document content shall restart on the next column available on the current page. | |
| Tab | 3 | Specifies that the position of the current line of text will advance to the next TabStop location which is further along than the starting location of the tab or to nearest multiple of the default tab stop width. |
See Also