Package | Description |
---|---|
org.apache.poi.ss.usermodel.charts | |
org.apache.poi.xssf.usermodel.charts |
Modifier and Type | Method and Description |
---|---|
LayoutMode |
ManualLayout.getHeightMode()
Deprecated.
Returns current height mode of this
|
LayoutMode |
ManualLayout.getWidthMode()
Deprecated.
Returns current width mode of this manual layout.
|
LayoutMode |
ManualLayout.getXMode()
Deprecated.
Returns current x-coordinnate layout mode.
|
LayoutMode |
ManualLayout.getYMode()
Deprecated.
Returns current y-coordinate layout mode.
|
static LayoutMode |
LayoutMode.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.
|
Modifier and Type | Method and Description |
---|---|
void |
ManualLayout.setHeightMode(LayoutMode mode)
Deprecated.
Specifies how to interpret the Height element for this manual
layout.
|
void |
ManualLayout.setWidthMode(LayoutMode mode)
Deprecated.
Specifies how to interpret the Width element for this manual
layout.
|
void |
ManualLayout.setXMode(LayoutMode mode)
Deprecated.
Sets the x-coordinate layout mode.
|
void |
ManualLayout.setYMode(LayoutMode mode)
Deprecated.
Sets the y-coordinate layout mode.
|
Modifier and Type | Method and Description |
---|---|
LayoutMode |
XSSFManualLayout.getHeightMode()
Deprecated.
|
LayoutMode |
XSSFManualLayout.getWidthMode()
Deprecated.
|
LayoutMode |
XSSFManualLayout.getXMode()
Deprecated.
|
LayoutMode |
XSSFManualLayout.getYMode()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
XSSFManualLayout.setHeightMode(LayoutMode mode)
Deprecated.
|
void |
XSSFManualLayout.setWidthMode(LayoutMode mode)
Deprecated.
|
void |
XSSFManualLayout.setXMode(LayoutMode mode)
Deprecated.
|
void |
XSSFManualLayout.setYMode(LayoutMode mode)
Deprecated.
|
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.