Uses of Class
org.xlsx4j.sml.STPaneState
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STPaneState in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STPaneState Modifier and Type Field Description protected STPaneStateCTPane. stateMethods in org.xlsx4j.sml that return STPaneState Modifier and Type Method Description static STPaneStateSTPaneState. fromValue(java.lang.String v)STPaneStateCTPane. getState()Gets the value of the state property.static STPaneStateSTPaneState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STPaneState[]STPaneState. 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 STPaneState Modifier and Type Method Description voidCTPane. setState(STPaneState value)Sets the value of the state property.