Uses of Enum Class
org.apache.poi.ss.usermodel.charts.LegendPosition
Packages that use LegendPosition
-
Uses of LegendPosition in org.apache.poi.ss.usermodel.charts
Methods in org.apache.poi.ss.usermodel.charts that return LegendPositionModifier and TypeMethodDescriptionChartLegend.getPosition()
Deprecated.static LegendPosition
Deprecated.Returns the enum constant of this class with the specified name.static LegendPosition[]
LegendPosition.values()
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.ss.usermodel.charts with parameters of type LegendPositionModifier and TypeMethodDescriptionvoid
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 LegendPositionMethods in org.apache.poi.xssf.usermodel.charts with parameters of type LegendPositionModifier and TypeMethodDescriptionvoid
XSSFChartLegend.setPosition
(LegendPosition position) Deprecated.