-
Methods in org.xlsx4j.sml that return STScope
| Modifier and Type |
Method |
Description |
static STScope |
STScope.fromValue(java.lang.String v) |
|
STScope |
CTConditionalFormat.getScope() |
Gets the value of the scope property.
|
static STScope |
STScope.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static STScope[] |
STScope.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 STScope
| Modifier and Type |
Method |
Description |
void |
CTConditionalFormat.setScope(STScope value) |
Sets the value of the scope property.
|