Uses of Enum
org.pptx4j.pml.STDirection
Packages that use STDirection
-
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 STDirectionMethods in org.pptx4j.com.microsoft.schemas.office.powerpoint.x2012.main that return STDirectionModifier and TypeMethodDescriptionCTExtendedGuide.getOrient()Gets the value of the orient property.Methods in org.pptx4j.com.microsoft.schemas.office.powerpoint.x2012.main with parameters of type STDirectionModifier and TypeMethodDescriptionvoidCTExtendedGuide.setOrient(STDirection value) Sets the value of the orient property. -
Uses of STDirection in org.pptx4j.pml
Fields in org.pptx4j.pml declared as STDirectionModifier and TypeFieldDescriptionprotected STDirectionCTOrientationTransition.dirprotected STDirectionCTGuide.orientprotected STDirectionCTPlaceholder.orientprotected STDirectionCTSplitTransition.orientMethods in org.pptx4j.pml that return STDirectionModifier and TypeMethodDescriptionstatic STDirectionCTOrientationTransition.getDir()Gets the value of the dir property.CTGuide.getOrient()Gets the value of the orient property.CTPlaceholder.getOrient()Gets the value of the orient property.CTSplitTransition.getOrient()Gets the value of the orient property.static STDirectionReturns 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 STDirectionModifier and TypeMethodDescriptionvoidCTOrientationTransition.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.