Uses of Enum
org.pptx4j.com.microsoft.schemas.office.powerpoint.x2010.main.STTransitionLeftRightDirectionType
Packages that use STTransitionLeftRightDirectionType
-
Uses of STTransitionLeftRightDirectionType in org.pptx4j.com.microsoft.schemas.office.powerpoint.x2010.main
Fields in org.pptx4j.com.microsoft.schemas.office.powerpoint.x2010.main declared as STTransitionLeftRightDirectionTypeModifier and TypeFieldDescriptionprotected STTransitionLeftRightDirectionTypeCTLeftRightDirectionTransition.dirprotected STTransitionLeftRightDirectionTypeCTRevealTransition.dirMethods in org.pptx4j.com.microsoft.schemas.office.powerpoint.x2010.main that return STTransitionLeftRightDirectionTypeModifier and TypeMethodDescriptionCTLeftRightDirectionTransition.getDir()Gets the value of the dir property.CTRevealTransition.getDir()Gets the value of the dir property.Returns the enum constant of this type with the specified name.static STTransitionLeftRightDirectionType[]STTransitionLeftRightDirectionType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.pptx4j.com.microsoft.schemas.office.powerpoint.x2010.main with parameters of type STTransitionLeftRightDirectionTypeModifier and TypeMethodDescriptionvoidCTLeftRightDirectionTransition.setDir(STTransitionLeftRightDirectionType value) Sets the value of the dir property.voidCTRevealTransition.setDir(STTransitionLeftRightDirectionType value) Sets the value of the dir property.