Uses of Enum Class
org.apache.poi.ss.usermodel.charts.LayoutTarget
Packages that use LayoutTarget
-
Uses of LayoutTarget in org.apache.poi.ss.usermodel.charts
Methods in org.apache.poi.ss.usermodel.charts that return LayoutTargetModifier and TypeMethodDescriptionManualLayout.getTarget()
Deprecated.Returns current layout target.static LayoutTarget
Deprecated.Returns the enum constant of this class with the specified name.static LayoutTarget[]
LayoutTarget.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 LayoutTargetModifier and TypeMethodDescriptionvoid
ManualLayout.setTarget
(LayoutTarget target) Deprecated.Sets the layout target. -
Uses of LayoutTarget in org.apache.poi.xssf.usermodel.charts
Methods in org.apache.poi.xssf.usermodel.charts that return LayoutTargetMethods in org.apache.poi.xssf.usermodel.charts with parameters of type LayoutTargetModifier and TypeMethodDescriptionvoid
XSSFManualLayout.setTarget
(LayoutTarget target) Deprecated.