Uses of Enum
org.pptx4j.pml.STTransitionSpeed
Packages that use STTransitionSpeed
-
Uses of STTransitionSpeed in org.pptx4j.pml
Fields in org.pptx4j.pml declared as STTransitionSpeedMethods in org.pptx4j.pml that return STTransitionSpeedModifier and TypeMethodDescriptionstatic STTransitionSpeedCTSlideTransition.getSpd()Gets the value of the spd property.static STTransitionSpeedReturns the enum constant of this type with the specified name.static STTransitionSpeed[]STTransitionSpeed.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 STTransitionSpeedModifier and TypeMethodDescriptionvoidCTSlideTransition.setSpd(STTransitionSpeed value) Sets the value of the spd property.