Uses of Class
org.apache.poi.xddf.usermodel.chart.LayoutTarget
-
Packages that use LayoutTarget Package Description org.apache.poi.xddf.usermodel.chart -
-
Uses of LayoutTarget in org.apache.poi.xddf.usermodel.chart
Methods in org.apache.poi.xddf.usermodel.chart that return LayoutTarget Modifier and Type Method Description LayoutTarget
XDDFManualLayout. getTarget()
static LayoutTarget
LayoutTarget. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LayoutTarget[]
LayoutTarget. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.poi.xddf.usermodel.chart with parameters of type LayoutTarget Modifier and Type Method Description void
XDDFManualLayout. setTarget(LayoutTarget target)
-