Uses of Class
org.apache.poi.ss.usermodel.charts.TitleType
-
Packages that use TitleType Package Description org.apache.poi.ss.usermodel.charts org.apache.poi.xssf.usermodel.charts -
-
Uses of TitleType in org.apache.poi.ss.usermodel.charts
Methods in org.apache.poi.ss.usermodel.charts that return TitleType Modifier and Type Method Description TitleType
ChartSeries. getTitleType()
Deprecated.static TitleType
TitleType. valueOf(java.lang.String name)
Deprecated.Returns the enum constant of this type with the specified name.static TitleType[]
TitleType. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TitleType in org.apache.poi.xssf.usermodel.charts
Methods in org.apache.poi.xssf.usermodel.charts that return TitleType Modifier and Type Method Description TitleType
AbstractXSSFChartSeries. getTitleType()
Deprecated.
-