Uses of Enum Class
org.apache.poi.ss.usermodel.charts.LayoutMode
Packages that use LayoutMode
-
Uses of LayoutMode in org.apache.poi.ss.usermodel.charts
Methods in org.apache.poi.ss.usermodel.charts that return LayoutModeModifier and TypeMethodDescriptionManualLayout.getHeightMode()Deprecated.Returns current height mode of thisManualLayout.getWidthMode()Deprecated.Returns current width mode of this manual layout.ManualLayout.getXMode()Deprecated.Returns current x-coordinnate layout mode.ManualLayout.getYMode()Deprecated.Returns current y-coordinate layout mode.static LayoutModeDeprecated.Returns the enum constant of this class with the specified name.static LayoutMode[]LayoutMode.values()Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.ss.usermodel.charts with parameters of type LayoutModeModifier and TypeMethodDescriptionvoidManualLayout.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 LayoutModeModifier and TypeMethodDescriptionXSSFManualLayout.getHeightMode()Deprecated.XSSFManualLayout.getWidthMode()Deprecated.XSSFManualLayout.getXMode()Deprecated.XSSFManualLayout.getYMode()Deprecated.Methods in org.apache.poi.xssf.usermodel.charts with parameters of type LayoutModeModifier and TypeMethodDescriptionvoidXSSFManualLayout.setHeightMode(LayoutMode mode) Deprecated.voidXSSFManualLayout.setWidthMode(LayoutMode mode) Deprecated.voidXSSFManualLayout.setXMode(LayoutMode mode) Deprecated.voidXSSFManualLayout.setYMode(LayoutMode mode) Deprecated.