Uses of Enum
org.pptx4j.pml.STTransitionSideDirectionType
Packages that use STTransitionSideDirectionType
-
Uses of STTransitionSideDirectionType in org.pptx4j.com.microsoft.schemas.office.powerpoint.x2010.main
Fields in org.pptx4j.com.microsoft.schemas.office.powerpoint.x2010.main declared as STTransitionSideDirectionTypeModifier and TypeFieldDescriptionprotected STTransitionSideDirectionTypeCTGlitterTransition.dirprotected STTransitionSideDirectionTypeCTPrismTransition.dirMethods in org.pptx4j.com.microsoft.schemas.office.powerpoint.x2010.main that return STTransitionSideDirectionTypeModifier and TypeMethodDescriptionCTGlitterTransition.getDir()Gets the value of the dir property.CTPrismTransition.getDir()Gets the value of the dir property.Methods in org.pptx4j.com.microsoft.schemas.office.powerpoint.x2010.main with parameters of type STTransitionSideDirectionTypeModifier and TypeMethodDescriptionvoidCTGlitterTransition.setDir(STTransitionSideDirectionType value) Sets the value of the dir property.voidCTPrismTransition.setDir(STTransitionSideDirectionType value) Sets the value of the dir property. -
Uses of STTransitionSideDirectionType in org.pptx4j.pml
Fields in org.pptx4j.pml declared as STTransitionSideDirectionTypeModifier and TypeFieldDescriptionprotected STTransitionSideDirectionTypeCTSideDirectionTransition.dirMethods in org.pptx4j.pml that return STTransitionSideDirectionTypeModifier and TypeMethodDescriptionCTSideDirectionTransition.getDir()Gets the value of the dir property.Returns the enum constant of this type with the specified name.static STTransitionSideDirectionType[]STTransitionSideDirectionType.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 STTransitionSideDirectionTypeModifier and TypeMethodDescriptionvoidCTSideDirectionTransition.setDir(STTransitionSideDirectionType value) Sets the value of the dir property.