Uses of Enum
org.pptx4j.pml.STTLAnimateMotionPathEditMode
Packages that use STTLAnimateMotionPathEditMode
-
Uses of STTLAnimateMotionPathEditMode in org.pptx4j.pml
Fields in org.pptx4j.pml declared as STTLAnimateMotionPathEditModeModifier and TypeFieldDescriptionprotected STTLAnimateMotionPathEditModeCTTLAnimateMotionBehavior.pathEditModeMethods in org.pptx4j.pml that return STTLAnimateMotionPathEditModeModifier and TypeMethodDescriptionCTTLAnimateMotionBehavior.getPathEditMode()Gets the value of the pathEditMode property.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 STTLAnimateMotionPathEditModeModifier and TypeMethodDescriptionvoidCTTLAnimateMotionBehavior.setPathEditMode(STTLAnimateMotionPathEditMode value) Sets the value of the pathEditMode property.