com.spire.xls
Enum ChartParagraphType

java.lang.Object
  extended by java.lang.Enum<ChartParagraphType>
      extended by com.spire.xls.ChartParagraphType
All Implemented Interfaces:
java.lang.Comparable<ChartParagraphType>

public enum ChartParagraphType
extends java.lang.Enum<ChartParagraphType>

MS chart font type


Enum Constant Summary
Default
          Default property tag
None
          No font tag
RichText
          Rich text tag
 

Enum Constant Detail

None

public static final ChartParagraphType None
No font tag


Default

public static final ChartParagraphType Default
Default property tag


RichText

public static final ChartParagraphType RichText
Rich text tag