Uses of Class
org.pptx4j.pml.STTLAnimateMotionBehaviorOrigin
| Package | Description |
|---|---|
| org.pptx4j.pml |
-
Uses of STTLAnimateMotionBehaviorOrigin in org.pptx4j.pml
Fields in org.pptx4j.pml declared as STTLAnimateMotionBehaviorOrigin Modifier and Type Field Description protected STTLAnimateMotionBehaviorOriginCTTLAnimateMotionBehavior. originMethods in org.pptx4j.pml that return STTLAnimateMotionBehaviorOrigin Modifier and Type Method Description static STTLAnimateMotionBehaviorOriginSTTLAnimateMotionBehaviorOrigin. fromValue(java.lang.String v)STTLAnimateMotionBehaviorOriginCTTLAnimateMotionBehavior. getOrigin()Gets the value of the origin property.static STTLAnimateMotionBehaviorOriginSTTLAnimateMotionBehaviorOrigin. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STTLAnimateMotionBehaviorOrigin[]STTLAnimateMotionBehaviorOrigin. 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 STTLAnimateMotionBehaviorOrigin Modifier and Type Method Description voidCTTLAnimateMotionBehavior. setOrigin(STTLAnimateMotionBehaviorOrigin value)Sets the value of the origin property.