Uses of Class
org.apache.poi.ss.usermodel.charts.LayoutMode
-
Packages that use LayoutMode Package Description org.apache.poi.ss.usermodel.charts org.apache.poi.xssf.usermodel.charts -
-
Uses of LayoutMode in org.apache.poi.ss.usermodel.charts
Methods in org.apache.poi.ss.usermodel.charts that return LayoutMode Modifier and Type Method Description LayoutModeManualLayout. getHeightMode()Deprecated.Returns current height mode of thisLayoutModeManualLayout. getWidthMode()Deprecated.Returns current width mode of this manual layout.LayoutModeManualLayout. getXMode()Deprecated.Returns current x-coordinnate layout mode.LayoutModeManualLayout. getYMode()Deprecated.Returns current y-coordinate layout mode.static LayoutModeLayoutMode. valueOf(java.lang.String name)Deprecated.Returns the enum constant of this type with the specified name.static LayoutMode[]LayoutMode. 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 LayoutMode Modifier and Type Method Description voidManualLayout. setHeightMode(LayoutMode mode)Deprecated.Specifies how to interpret the Height element for this manual layout.voidManualLayout. setWidthMode(LayoutMode mode)Deprecated.Specifies how to interpret the Width element for this manual layout.voidManualLayout. setXMode(LayoutMode mode)Deprecated.Sets the x-coordinate layout mode.voidManualLayout. setYMode(LayoutMode mode)Deprecated.Sets the y-coordinate layout mode. -
Uses of LayoutMode in org.apache.poi.xssf.usermodel.charts
Methods in org.apache.poi.xssf.usermodel.charts that return LayoutMode Modifier and Type Method Description LayoutModeXSSFManualLayout. getHeightMode()Deprecated.LayoutModeXSSFManualLayout. getWidthMode()Deprecated.LayoutModeXSSFManualLayout. getXMode()Deprecated.LayoutModeXSSFManualLayout. getYMode()Deprecated.Methods in org.apache.poi.xssf.usermodel.charts with parameters of type LayoutMode Modifier and Type Method Description voidXSSFManualLayout. setHeightMode(LayoutMode mode)Deprecated.voidXSSFManualLayout. setWidthMode(LayoutMode mode)Deprecated.voidXSSFManualLayout. setXMode(LayoutMode mode)Deprecated.voidXSSFManualLayout. setYMode(LayoutMode mode)Deprecated.
-