Uses of Enum Class
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 class with the specified name.static STTransitionSpeed[]STTransitionSpeed.values()Returns an array containing the constants of this enum class, 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.