Uses of Enum Class
org.apache.poi.xddf.usermodel.chart.LayoutMode
Packages that use LayoutMode
-
Uses of LayoutMode in org.apache.poi.xddf.usermodel.chart
Methods in org.apache.poi.xddf.usermodel.chart that return LayoutModeModifier and TypeMethodDescriptionXDDFManualLayout.getHeightMode()XDDFManualLayout.getWidthMode()XDDFManualLayout.getXMode()XDDFManualLayout.getYMode()static LayoutModeReturns the enum constant of this class with the specified name.static LayoutMode[]LayoutMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.xddf.usermodel.chart with parameters of type LayoutModeModifier and TypeMethodDescriptionvoidXDDFManualLayout.setHeightMode(LayoutMode mode) voidXDDFManualLayout.setWidthMode(LayoutMode mode) voidXDDFManualLayout.setXMode(LayoutMode mode) voidXDDFManualLayout.setYMode(LayoutMode mode)