SpecialCharacterType Enumeration |
Namespace:
GemBox.Document
Assembly:
GemBox.Document (in GemBox.Document.dll) Version: 27.3.30.1210
Syntaxpublic enum SpecialCharacterType
Public Enumeration 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.
|
| NoteMark | 4 |
Specifies that the current position holds the reference to footnote or endnote element.
|
| Separator | 5 |
Specifies the location of footnote or endnote area separator.
|
| ContinuationSeparator | 6 |
Specifies the location of footnote or endnote area continuation separator.
|
See Also