SpecialCharacterType Enum
Represents the type of the SpecialCharacter.
Fields
CarriageReturn | Specifies that a carriage return shall be placed at the current location in the run content. |
ClearedLineBreak | Specifies that the document content shall restart on the next line and the content should be moved down until the text can span the full width of the line (i.e. it doesn't have any floating object on the left or right). |
ColumnBreak | Specifies that the document content shall restart on the next column available on the current page. |
ContinuationSeparator | Specifies the location of footnote or endnote area continuation separator. |
LineBreak | Specifies that the document content shall restart on the next line. |
NoteMark | Specifies that the current position holds the reference to footnote or endnote element. |
PageBreak | Specifies that the document content shall restart on the next page. |
Separator | Specifies the location of footnote or endnote area separator. |
Tab | 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. |