Uses of Class
org.pptx4j.pml.STSplitterBarState
| Package | Description |
|---|---|
| org.pptx4j.pml |
-
Uses of STSplitterBarState in org.pptx4j.pml
Fields in org.pptx4j.pml declared as STSplitterBarState Modifier and Type Field Description protected STSplitterBarStateCTNormalViewProperties. horzBarStateprotected STSplitterBarStateCTNormalViewProperties. vertBarStateMethods in org.pptx4j.pml that return STSplitterBarState Modifier and Type Method Description static STSplitterBarStateSTSplitterBarState. fromValue(java.lang.String v)STSplitterBarStateCTNormalViewProperties. getHorzBarState()Gets the value of the horzBarState property.STSplitterBarStateCTNormalViewProperties. getVertBarState()Gets the value of the vertBarState property.static STSplitterBarStateSTSplitterBarState. valueOf(java.lang.String name)Returns 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 STSplitterBarState Modifier and Type Method Description voidCTNormalViewProperties. setHorzBarState(STSplitterBarState value)Sets the value of the horzBarState property.voidCTNormalViewProperties. setVertBarState(STSplitterBarState value)Sets the value of the vertBarState property.