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