public final class RtfTokenType
extends com.aspose.ms.System.Enum
Types of RTF tokens.
| Modifier and Type | Field and Description |
|---|---|
static int |
ControlSymbol
Control symbols such as \', \{, \\ etc.
|
static int |
ControlWord
Control words such as \b, \rtf1, etc.
|
static int |
EndOfFile
End of file.
|
static int |
GroupEnd
}
|
static int |
GroupStart
{
|
static int |
Text
Plain text content.
|
public static final int GroupStart
{
public static final int GroupEnd
}
public static final int ControlWord
Control words such as \b, \rtf1, etc.
public static final int ControlSymbol
Control symbols such as \', \{, \\ etc.
public static final int Text
Plain text content.
public static final int EndOfFile
End of file.
Copyright © 2026 Aspose. All Rights Reserved.