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