Uses of Class
org.apache.poi.xddf.usermodel.chart.LayoutMode
-
Packages that use LayoutMode Package Description org.apache.poi.xddf.usermodel.chart -
-
Uses of LayoutMode in org.apache.poi.xddf.usermodel.chart
Methods in org.apache.poi.xddf.usermodel.chart that return LayoutMode Modifier and Type Method Description LayoutMode
XDDFManualLayout. getHeightMode()
LayoutMode
XDDFManualLayout. getWidthMode()
LayoutMode
XDDFManualLayout. getXMode()
LayoutMode
XDDFManualLayout. getYMode()
static LayoutMode
LayoutMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LayoutMode[]
LayoutMode. 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 LayoutMode Modifier and Type Method Description void
XDDFManualLayout. setHeightMode(LayoutMode mode)
void
XDDFManualLayout. setWidthMode(LayoutMode mode)
void
XDDFManualLayout. setXMode(LayoutMode mode)
void
XDDFManualLayout. setYMode(LayoutMode mode)
-