Represents a character, such as break or tab, which shall be placed at the current location in the document content.
Inheritance Hierarchy
GemBox.Document Element
GemBox.Document Inline
GemBox.Document SpecialCharacter
Namespace: GemBox.Document
Assembly: GemBox.Document (in GemBox.Document.dll) Version: 21.3.30.1113
Syntax
public sealed class SpecialCharacter : Inline
Remarks
SpecialCharacter is an Inline element. To specify which special character you want to insert, use SpecialCharacter.CharacterType property.
For more information about breaks, see breaks sample .
For more information about tabs, see TabStop.
See Also