Click or drag to resize

RtfTokenType Enumeration

Represents the different types of tokens that can be encountered when parsing RTF (Rich Text Format) content.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum RtfTokenType
Members
Member name Value Description
GroupStart 0 A group start token (e.g., \{)
GroupEnd 1 A group end token (e.g., \})
ControlWord 2 A control word (e.g., \par, \b, \i)
Text 3 A plain text token
TableEntry 4 A table entry marker
Unknown 5 Unknown type
See Also