Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum RtfTags
Public Enumeration RtfTags
public enum class RtfTags
type RtfTags
Members
| Member | Value | Description |
|---|---|---|
| FontTableBegin | 0 | |
| FontTableEnd | 1 | |
| ColorTableStart | 2 | |
| ColorTableEnd | 3 | |
| BoldOn | 4 | |
| BoldOff | 5 | |
| ItalicOn | 6 | |
| ItalicOff | 7 | |
| RtfBegin | 8 | |
| RtfEnd | 9 | |
| GroupStart | 10 | |
| GroupEnd | 11 | |
| EndLine | 12 | |
| ForeColor | 13 | |
| BackColor | 14 | |
| SubScript | 15 | |
| SuperScript | 16 |