Uses of Class
org.pptx4j.pml.STTLAnimateBehaviorValueType
| Package | Description |
|---|---|
| org.pptx4j.pml |
-
Uses of STTLAnimateBehaviorValueType in org.pptx4j.pml
Fields in org.pptx4j.pml declared as STTLAnimateBehaviorValueType Modifier and Type Field Description protected STTLAnimateBehaviorValueTypeCTTLAnimateBehavior. valueTypeMethods in org.pptx4j.pml that return STTLAnimateBehaviorValueType Modifier and Type Method Description static STTLAnimateBehaviorValueTypeSTTLAnimateBehaviorValueType. fromValue(java.lang.String v)STTLAnimateBehaviorValueTypeCTTLAnimateBehavior. getValueType()Gets the value of the valueType property.static STTLAnimateBehaviorValueTypeSTTLAnimateBehaviorValueType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STTLAnimateBehaviorValueType[]STTLAnimateBehaviorValueType. 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 STTLAnimateBehaviorValueType Modifier and Type Method Description voidCTTLAnimateBehavior. setValueType(STTLAnimateBehaviorValueType value)Sets the value of the valueType property.