Uses of Class
org.pptx4j.pml.STTransitionInOutDirectionType
| Package | Description |
|---|---|
| org.pptx4j.com.microsoft.schemas.office.powerpoint.x2010.main | |
| org.pptx4j.pml |
-
Uses of STTransitionInOutDirectionType in org.pptx4j.com.microsoft.schemas.office.powerpoint.x2010.main
Fields in org.pptx4j.com.microsoft.schemas.office.powerpoint.x2010.main declared as STTransitionInOutDirectionType Modifier and Type Field Description protected STTransitionInOutDirectionTypeCTFlyThroughTransition. dirprotected STTransitionInOutDirectionTypeCTShredTransition. dirMethods in org.pptx4j.com.microsoft.schemas.office.powerpoint.x2010.main that return STTransitionInOutDirectionType Modifier and Type Method Description STTransitionInOutDirectionTypeCTFlyThroughTransition. getDir()Gets the value of the dir property.STTransitionInOutDirectionTypeCTShredTransition. getDir()Gets the value of the dir property.Methods in org.pptx4j.com.microsoft.schemas.office.powerpoint.x2010.main with parameters of type STTransitionInOutDirectionType Modifier and Type Method Description voidCTFlyThroughTransition. setDir(STTransitionInOutDirectionType value)Sets the value of the dir property.voidCTShredTransition. setDir(STTransitionInOutDirectionType value)Sets the value of the dir property. -
Uses of STTransitionInOutDirectionType in org.pptx4j.pml
Fields in org.pptx4j.pml declared as STTransitionInOutDirectionType Modifier and Type Field Description protected STTransitionInOutDirectionTypeCTInOutTransition. dirprotected STTransitionInOutDirectionTypeCTSplitTransition. dirMethods in org.pptx4j.pml that return STTransitionInOutDirectionType Modifier and Type Method Description static STTransitionInOutDirectionTypeSTTransitionInOutDirectionType. fromValue(java.lang.String v)STTransitionInOutDirectionTypeCTInOutTransition. getDir()Gets the value of the dir property.STTransitionInOutDirectionTypeCTSplitTransition. getDir()Gets the value of the dir property.static STTransitionInOutDirectionTypeSTTransitionInOutDirectionType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STTransitionInOutDirectionType[]STTransitionInOutDirectionType. 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 STTransitionInOutDirectionType Modifier and Type Method Description voidCTInOutTransition. setDir(STTransitionInOutDirectionType value)Sets the value of the dir property.voidCTSplitTransition. setDir(STTransitionInOutDirectionType value)Sets the value of the dir property.