Uses of Enum
org.xlsx4j.sml.STPaneState
Packages that use STPaneState
-
Uses of STPaneState in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STPaneStateMethods in org.xlsx4j.sml that return STPaneStateModifier and TypeMethodDescriptionstatic STPaneStateCTPane.getState()Gets the value of the state property.static STPaneStateReturns 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 STPaneStateModifier and TypeMethodDescriptionvoidCTPane.setState(STPaneState value) Sets the value of the state property.