Uses of Class
org.pptx4j.com.microsoft.schemas.office.powerpoint.x2010.main.STTransitionLeftRightDirectionType
| Package | Description |
|---|---|
| org.pptx4j.com.microsoft.schemas.office.powerpoint.x2010.main |
-
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 STTransitionLeftRightDirectionType Modifier and Type Field Description protected STTransitionLeftRightDirectionTypeCTLeftRightDirectionTransition. dirprotected STTransitionLeftRightDirectionTypeCTRevealTransition. dirMethods in org.pptx4j.com.microsoft.schemas.office.powerpoint.x2010.main that return STTransitionLeftRightDirectionType Modifier and Type Method Description static STTransitionLeftRightDirectionTypeSTTransitionLeftRightDirectionType. fromValue(java.lang.String v)STTransitionLeftRightDirectionTypeCTLeftRightDirectionTransition. getDir()Gets the value of the dir property.STTransitionLeftRightDirectionTypeCTRevealTransition. getDir()Gets the value of the dir property.static STTransitionLeftRightDirectionTypeSTTransitionLeftRightDirectionType. valueOf(java.lang.String name)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 STTransitionLeftRightDirectionType Modifier and Type Method Description voidCTLeftRightDirectionTransition. setDir(STTransitionLeftRightDirectionType value)Sets the value of the dir property.voidCTRevealTransition. setDir(STTransitionLeftRightDirectionType value)Sets the value of the dir property.