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 ChartSerie.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're declared.
 

Uses of TitleType in org.apache.poi.xssf.usermodel.charts
 

Methods in org.apache.poi.xssf.usermodel.charts that return TitleType
 TitleType AbstractXSSFChartSerie.getTitleType()
           
 



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