Uses of Enum
org.pptx4j.pml.STSplitterBarState
Packages that use STSplitterBarState
-
Uses of STSplitterBarState in org.pptx4j.pml
Fields in org.pptx4j.pml declared as STSplitterBarStateModifier and TypeFieldDescriptionprotected STSplitterBarStateCTNormalViewProperties.horzBarStateprotected STSplitterBarStateCTNormalViewProperties.vertBarStateMethods in org.pptx4j.pml that return STSplitterBarStateModifier and TypeMethodDescriptionstatic STSplitterBarStateCTNormalViewProperties.getHorzBarState()Gets the value of the horzBarState property.CTNormalViewProperties.getVertBarState()Gets the value of the vertBarState property.static STSplitterBarStateReturns the enum constant of this type with the specified name.static STSplitterBarState[]STSplitterBarState.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.pptx4j.pml with parameters of type STSplitterBarStateModifier and TypeMethodDescriptionvoidCTNormalViewProperties.setHorzBarState(STSplitterBarState value) Sets the value of the horzBarState property.voidCTNormalViewProperties.setVertBarState(STSplitterBarState value) Sets the value of the vertBarState property.