Uses of Class
org.apache.poi.ss.usermodel.charts.TitleType

Packages that use TitleType
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
 TitleType ChartSeries.getTitleType()
           
static TitleType TitleType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TitleType[] TitleType.values()
          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
 TitleType AbstractXSSFChartSeries.getTitleType()
           
 



Copyright 2016 The Apache Software Foundation or its licensors, as applicable.