Uses of Class
org.pptx4j.pml.STDirection
| Package | Description |
|---|---|
| org.pptx4j.com.microsoft.schemas.office.powerpoint.x2012.main | |
| org.pptx4j.pml |
-
Uses of STDirection in org.pptx4j.com.microsoft.schemas.office.powerpoint.x2012.main
Fields in org.pptx4j.com.microsoft.schemas.office.powerpoint.x2012.main declared as STDirection Modifier and Type Field Description protected STDirectionCTExtendedGuide. orientMethods in org.pptx4j.com.microsoft.schemas.office.powerpoint.x2012.main that return STDirection Modifier and Type Method Description STDirectionCTExtendedGuide. getOrient()Gets the value of the orient property.Methods in org.pptx4j.com.microsoft.schemas.office.powerpoint.x2012.main with parameters of type STDirection Modifier and Type Method Description voidCTExtendedGuide. setOrient(STDirection value)Sets the value of the orient property. -
Uses of STDirection in org.pptx4j.pml
Fields in org.pptx4j.pml declared as STDirection Modifier and Type Field Description protected STDirectionCTOrientationTransition. dirprotected STDirectionCTGuide. orientprotected STDirectionCTPlaceholder. orientprotected STDirectionCTSplitTransition. orientMethods in org.pptx4j.pml that return STDirection Modifier and Type Method Description static STDirectionSTDirection. fromValue(java.lang.String v)STDirectionCTOrientationTransition. getDir()Gets the value of the dir property.STDirectionCTGuide. getOrient()Gets the value of the orient property.STDirectionCTPlaceholder. getOrient()Gets the value of the orient property.STDirectionCTSplitTransition. getOrient()Gets the value of the orient property.static STDirectionSTDirection. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STDirection[]STDirection. 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 STDirection Modifier and Type Method Description voidCTOrientationTransition. setDir(STDirection value)Sets the value of the dir property.voidCTGuide. setOrient(STDirection value)Sets the value of the orient property.voidCTPlaceholder. setOrient(STDirection value)Sets the value of the orient property.voidCTSplitTransition. setOrient(STDirection value)Sets the value of the orient property.