Click or drag to resize

RtfTags Enumeration

Elements order is very important.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum RtfTags
Members
Member name Value Description
FontTableBegin 0 Font table begins.
FontTableEnd 1 Font table ends.
ColorTableStart 2 Color table starts.
ColorTableEnd 3 Color table ends.
BoldOn 4 Bold on.
BoldOff 5 Bold off.
ItalicOn 6 Italic on.
ItalicOff 7 Italic off.
RtfBegin 8 Rtf begins.
RtfEnd 9 Rtf ends.
GroupStart 10 Group starts.
GroupEnd 11 Group ends.
EndLine 12 End of line.
ForeColor 13 Foreground color.
BackColor 14 Background color.
SubScript 15 Substcribt.
SuperScript 16 SuperScribt.
See Also