Uses of Enum Class
org.pptx4j.pml.STTransitionCornerDirectionType
Packages that use STTransitionCornerDirectionType
-
Uses of STTransitionCornerDirectionType in org.pptx4j.pml
Fields in org.pptx4j.pml declared as STTransitionCornerDirectionTypeModifier and TypeFieldDescriptionprotected STTransitionCornerDirectionTypeCTCornerDirectionTransition.dirMethods in org.pptx4j.pml that return STTransitionCornerDirectionTypeModifier and TypeMethodDescriptionCTCornerDirectionTransition.getDir()Gets the value of the dir property.Returns the enum constant of this class with the specified name.static STTransitionCornerDirectionType[]STTransitionCornerDirectionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.pptx4j.pml with parameters of type STTransitionCornerDirectionTypeModifier and TypeMethodDescriptionvoidCTCornerDirectionTransition.setDir(STTransitionCornerDirectionType value) Sets the value of the dir property.