-
Methods in org.xlsx4j.sml that return STAxis
| Modifier and Type |
Method |
Description |
static STAxis |
STAxis.fromValue(java.lang.String v) |
|
STAxis |
CTPivotArea.getAxis() |
Gets the value of the axis property.
|
STAxis |
CTPivotField.getAxis() |
Gets the value of the axis property.
|
STAxis |
CTPivotSelection.getAxis() |
Gets the value of the axis property.
|
static STAxis |
STAxis.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static STAxis[] |
STAxis.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 STAxis
| Modifier and Type |
Method |
Description |
void |
CTPivotArea.setAxis(STAxis value) |
Sets the value of the axis property.
|
void |
CTPivotField.setAxis(STAxis value) |
Sets the value of the axis property.
|
void |
CTPivotSelection.setAxis(STAxis value) |
Sets the value of the axis property.
|