Uses of Class
org.apache.poi.ss.usermodel.charts.LayoutTarget
-
Packages that use LayoutTarget Package Description org.apache.poi.ss.usermodel.charts org.apache.poi.xssf.usermodel.charts -
-
Uses of LayoutTarget in org.apache.poi.ss.usermodel.charts
Methods in org.apache.poi.ss.usermodel.charts that return LayoutTarget Modifier and Type Method Description LayoutTarget
ManualLayout. getTarget()
Deprecated.Returns current layout target.static LayoutTarget
LayoutTarget. valueOf(java.lang.String name)
Deprecated.Returns the enum constant of this type with the specified name.static LayoutTarget[]
LayoutTarget. 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 LayoutTarget Modifier and Type Method Description void
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 LayoutTarget Modifier and Type Method Description LayoutTarget
XSSFManualLayout. getTarget()
Deprecated.Methods in org.apache.poi.xssf.usermodel.charts with parameters of type LayoutTarget Modifier and Type Method Description void
XSSFManualLayout. setTarget(LayoutTarget target)
Deprecated.
-