Uses of Class
org.pptx4j.pml.STTLAnimateMotionPathEditMode
| Package | Description |
|---|---|
| org.pptx4j.pml |
-
Uses of STTLAnimateMotionPathEditMode in org.pptx4j.pml
Fields in org.pptx4j.pml declared as STTLAnimateMotionPathEditMode Modifier and Type Field Description protected STTLAnimateMotionPathEditModeCTTLAnimateMotionBehavior. pathEditModeMethods in org.pptx4j.pml that return STTLAnimateMotionPathEditMode Modifier and Type Method Description static STTLAnimateMotionPathEditModeSTTLAnimateMotionPathEditMode. fromValue(java.lang.String v)STTLAnimateMotionPathEditModeCTTLAnimateMotionBehavior. getPathEditMode()Gets the value of the pathEditMode property.static STTLAnimateMotionPathEditModeSTTLAnimateMotionPathEditMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STTLAnimateMotionPathEditMode[]STTLAnimateMotionPathEditMode. 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 STTLAnimateMotionPathEditMode Modifier and Type Method Description voidCTTLAnimateMotionBehavior. setPathEditMode(STTLAnimateMotionPathEditMode value)Sets the value of the pathEditMode property.