|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LayoutMode | |
|---|---|
| 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 | |
|---|---|
LayoutMode |
ManualLayout.getHeightMode()
Returns current height mode of this |
LayoutMode |
ManualLayout.getWidthMode()
Returns current width mode of this manual layout. |
LayoutMode |
ManualLayout.getXMode()
Returns current x-coordinnate layout mode. |
LayoutMode |
ManualLayout.getYMode()
Returns current y-coordinate layout mode. |
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.ss.usermodel.charts with parameters of type LayoutMode | |
|---|---|
void |
ManualLayout.setHeightMode(LayoutMode mode)
Specifies how to interpret the Height element for this manual layout. |
void |
ManualLayout.setWidthMode(LayoutMode mode)
Specifies how to interpret the Width element for this manual layout. |
void |
ManualLayout.setXMode(LayoutMode mode)
Sets the x-coordinate layout mode. |
void |
ManualLayout.setYMode(LayoutMode mode)
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 | |
|---|---|
LayoutMode |
XSSFManualLayout.getHeightMode()
|
LayoutMode |
XSSFManualLayout.getWidthMode()
|
LayoutMode |
XSSFManualLayout.getXMode()
|
LayoutMode |
XSSFManualLayout.getYMode()
|
| Methods in org.apache.poi.xssf.usermodel.charts with parameters of type LayoutMode | |
|---|---|
void |
XSSFManualLayout.setHeightMode(LayoutMode mode)
|
void |
XSSFManualLayout.setWidthMode(LayoutMode mode)
|
void |
XSSFManualLayout.setXMode(LayoutMode mode)
|
void |
XSSFManualLayout.setYMode(LayoutMode mode)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||