Uses of Class
org.pptx4j.pml.STTransitionSideDirectionType
| Package | Description |
|---|---|
| org.pptx4j.com.microsoft.schemas.office.powerpoint.x2010.main | |
| org.pptx4j.pml |
-
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 STTransitionSideDirectionType Modifier and Type Field Description protected STTransitionSideDirectionTypeCTGlitterTransition. dirprotected STTransitionSideDirectionTypeCTPrismTransition. dirMethods in org.pptx4j.com.microsoft.schemas.office.powerpoint.x2010.main that return STTransitionSideDirectionType Modifier and Type Method Description STTransitionSideDirectionTypeCTGlitterTransition. getDir()Gets the value of the dir property.STTransitionSideDirectionTypeCTPrismTransition. getDir()Gets the value of the dir property.Methods in org.pptx4j.com.microsoft.schemas.office.powerpoint.x2010.main with parameters of type STTransitionSideDirectionType Modifier and Type Method Description voidCTGlitterTransition. 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 STTransitionSideDirectionType Modifier and Type Field Description protected STTransitionSideDirectionTypeCTSideDirectionTransition. dirMethods in org.pptx4j.pml that return STTransitionSideDirectionType Modifier and Type Method Description static STTransitionSideDirectionTypeSTTransitionSideDirectionType. fromValue(java.lang.String v)STTransitionSideDirectionTypeCTSideDirectionTransition. getDir()Gets the value of the dir property.static STTransitionSideDirectionTypeSTTransitionSideDirectionType. valueOf(java.lang.String name)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 STTransitionSideDirectionType Modifier and Type Method Description voidCTSideDirectionTransition. setDir(STTransitionSideDirectionType value)Sets the value of the dir property.