ChartParagraphType Enumeration
|
MS Chart Font Type
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum ChartParagraphType
Public Enumeration ChartParagraphType
public enum class ChartParagraphType
Members
|
Member name
|
Value
|
Description
|
|
None
|
0
|
No Font Tag
|
|
Default
|
1
|
Default Property tag
|
|
RichText
|
2
|
Rich text tag
|
See Also