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 LegendPositionChartLegend. getPosition()Deprecated.static LegendPositionLegendPosition. 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 voidChartLegend. 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 LegendPositionXSSFChartLegend. getPosition()Deprecated.Methods in org.apache.poi.xssf.usermodel.charts with parameters of type LegendPosition Modifier and Type Method Description voidXSSFChartLegend. setPosition(LegendPosition position)Deprecated.
-