Class RtfTags
Elements order is very important.
Inheritance
System.Object
    RtfTags
  Namespace: Syncfusion.XlsIO.Implementation
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public sealed class RtfTags : Enum
  Fields
BackColor
Background color.
Declaration
public const RtfTags BackColor
  Field Value
| Type | 
|---|
| RtfTags | 
BoldOff
Bold off.
Declaration
public const RtfTags BoldOff
  Field Value
| Type | 
|---|
| RtfTags | 
BoldOn
Bold on.
Declaration
public const RtfTags BoldOn
  Field Value
| Type | 
|---|
| RtfTags | 
ColorTableEnd
Color table ends.
Declaration
public const RtfTags ColorTableEnd
  Field Value
| Type | 
|---|
| RtfTags | 
ColorTableStart
Color table starts.
Declaration
public const RtfTags ColorTableStart
  Field Value
| Type | 
|---|
| RtfTags | 
EndLine
End of line.
Declaration
public const RtfTags EndLine
  Field Value
| Type | 
|---|
| RtfTags | 
FontTableBegin
Font table begins.
Declaration
public const RtfTags FontTableBegin
  Field Value
| Type | 
|---|
| RtfTags | 
FontTableEnd
Font table ends.
Declaration
public const RtfTags FontTableEnd
  Field Value
| Type | 
|---|
| RtfTags | 
ForeColor
Foreground color.
Declaration
public const RtfTags ForeColor
  Field Value
| Type | 
|---|
| RtfTags | 
GroupEnd
Group ends.
Declaration
public const RtfTags GroupEnd
  Field Value
| Type | 
|---|
| RtfTags | 
GroupStart
Group starts.
Declaration
public const RtfTags GroupStart
  Field Value
| Type | 
|---|
| RtfTags | 
ItalicOff
Italic off.
Declaration
public const RtfTags ItalicOff
  Field Value
| Type | 
|---|
| RtfTags | 
ItalicOn
Italic on.
Declaration
public const RtfTags ItalicOn
  Field Value
| Type | 
|---|
| RtfTags | 
RtfBegin
Rtf begins.
Declaration
public const RtfTags RtfBegin
  Field Value
| Type | 
|---|
| RtfTags | 
RtfEnd
Rtf ends.
Declaration
public const RtfTags RtfEnd
  Field Value
| Type | 
|---|
| RtfTags | 
SubScript
Subscript.
Declaration
public const RtfTags SubScript
  Field Value
| Type | 
|---|
| RtfTags | 
SubSuperOff
SubScript or SuperScript Off.
Declaration
public const RtfTags SubSuperOff
  Field Value
| Type | 
|---|
| RtfTags | 
SuperScript
SuperScript.
Declaration
public const RtfTags SuperScript
  Field Value
| Type | 
|---|
| RtfTags |