Represents the type of the SpecialCharacter.

Namespace: Docentric.Documents.ObjectModel
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public enum SpecialCharacterType

Member name Description
ColumnBreak Specifies that the document content shall restart on the next column available on the current page.
LineBreak Specifies that the document content shall restart on the next line.
PageBreak Specifies that the document content shall restart on the next page.
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.