-
Methods in org.xlsx4j.sml that return STPane
| Modifier and Type |
Method |
Description |
static STPane |
STPane.fromValue(java.lang.String v) |
|
STPane |
CTPane.getActivePane() |
Gets the value of the activePane property.
|
STPane |
CTPivotSelection.getPane() |
Gets the value of the pane property.
|
STPane |
CTSelection.getPane() |
Gets the value of the pane property.
|
static STPane |
STPane.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static STPane[] |
STPane.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Methods in org.xlsx4j.sml with parameters of type STPane
| Modifier and Type |
Method |
Description |
void |
CTPane.setActivePane(STPane value) |
Sets the value of the activePane property.
|
void |
CTPivotSelection.setPane(STPane value) |
Sets the value of the pane property.
|
void |
CTSelection.setPane(STPane value) |
Sets the value of the pane property.
|