Package | Description |
---|---|
org.xlsx4j.sml |
Modifier and Type | Field and Description |
---|---|
protected STPane |
CTPane.activePane |
protected STPane |
CTPivotSelection.pane |
protected STPane |
CTSelection.pane |
Modifier and Type | Method and Description |
---|---|
static STPane |
STPane.fromValue(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(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.
|
Modifier and Type | Method and 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.
|
Copyright © 2007-2019. All Rights Reserved.