Class RtfTokenType
Specifies the Rtf token type.
Inheritance
System.Object
RtfTokenType
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public sealed class RtfTokenType : Enum
Fields
ControlWord
Control word.
Declaration
public const RtfTokenType ControlWord
Field Value
Type |
---|
RtfTokenType |
GroupEnd
Group end.
Declaration
public const RtfTokenType GroupEnd
Field Value
Type |
---|
RtfTokenType |
GroupStart
Group start.
Declaration
public const RtfTokenType GroupStart
Field Value
Type |
---|
RtfTokenType |
TableEntry
Table entry.
Declaration
public const RtfTokenType TableEntry
Field Value
Type |
---|
RtfTokenType |
Text
Text.
Declaration
public const RtfTokenType Text
Field Value
Type |
---|
RtfTokenType |
Unknown
Unknown.
Declaration
public const RtfTokenType Unknown
Field Value
Type |
---|
RtfTokenType |