Uses of Enum
org.pptx4j.pml.STTransitionInOutDirectionType
Packages that use STTransitionInOutDirectionType
-
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 STTransitionInOutDirectionTypeModifier and TypeFieldDescriptionprotected STTransitionInOutDirectionTypeCTFlyThroughTransition.dirprotected STTransitionInOutDirectionTypeCTShredTransition.dirMethods in org.pptx4j.com.microsoft.schemas.office.powerpoint.x2010.main that return STTransitionInOutDirectionTypeModifier and TypeMethodDescriptionCTFlyThroughTransition.getDir()Gets the value of the dir property.CTShredTransition.getDir()Gets the value of the dir property.Methods in org.pptx4j.com.microsoft.schemas.office.powerpoint.x2010.main with parameters of type STTransitionInOutDirectionTypeModifier and TypeMethodDescriptionvoidCTFlyThroughTransition.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 STTransitionInOutDirectionTypeModifier and TypeFieldDescriptionprotected STTransitionInOutDirectionTypeCTInOutTransition.dirprotected STTransitionInOutDirectionTypeCTSplitTransition.dirMethods in org.pptx4j.pml that return STTransitionInOutDirectionTypeModifier and TypeMethodDescriptionCTInOutTransition.getDir()Gets the value of the dir property.CTSplitTransition.getDir()Gets the value of the dir property.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 STTransitionInOutDirectionTypeModifier and TypeMethodDescriptionvoidCTInOutTransition.setDir(STTransitionInOutDirectionType value) Sets the value of the dir property.voidCTSplitTransition.setDir(STTransitionInOutDirectionType value) Sets the value of the dir property.