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