Uses of Class
org.pptx4j.pml.STTransitionSpeed
| Package | Description |
|---|---|
| org.pptx4j.pml |
-
Uses of STTransitionSpeed in org.pptx4j.pml
Fields in org.pptx4j.pml declared as STTransitionSpeed Modifier and Type Field Description protected STTransitionSpeedCTSlideTransition. spdMethods in org.pptx4j.pml that return STTransitionSpeed Modifier and Type Method Description static STTransitionSpeedSTTransitionSpeed. fromValue(java.lang.String v)STTransitionSpeedCTSlideTransition. getSpd()Gets the value of the spd property.static STTransitionSpeedSTTransitionSpeed. valueOf(java.lang.String name)Returns 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 STTransitionSpeed Modifier and Type Method Description voidCTSlideTransition. setSpd(STTransitionSpeed value)Sets the value of the spd property.