Enum RtfTags
Elements order is very important.
Namespace: Syncfusion.XlsIO.Implementation
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum RtfTags
Fields
| Name | Description |
|---|---|
| BackColor | Background color. |
| BoldOff | Bold off. |
| BoldOn | Bold on. |
| ColorTableEnd | Color table ends. |
| ColorTableStart | Color table starts. |
| EndLine | End of line. |
| FontTableBegin | Font table begins. |
| FontTableEnd | Font table ends. |
| ForeColor | Foreground color. |
| GroupEnd | Group ends. |
| GroupStart | Group starts. |
| ItalicOff | Italic off. |
| ItalicOn | Italic on. |
| RtfBegin | Rtf begins. |
| RtfEnd | Rtf ends. |
| SubScript | Subscript. |
| SubSuperOff | SubScript or SuperScript Off. |
| SuperScript | SuperScript. |