Uses of Class
org.pptx4j.pml.STTLBehaviorAdditiveType
| Package | Description |
|---|---|
| org.pptx4j.pml |
-
Uses of STTLBehaviorAdditiveType in org.pptx4j.pml
Fields in org.pptx4j.pml declared as STTLBehaviorAdditiveType Modifier and Type Field Description protected STTLBehaviorAdditiveTypeCTTLCommonBehaviorData. additiveMethods in org.pptx4j.pml that return STTLBehaviorAdditiveType Modifier and Type Method Description static STTLBehaviorAdditiveTypeSTTLBehaviorAdditiveType. fromValue(java.lang.String v)STTLBehaviorAdditiveTypeCTTLCommonBehaviorData. getAdditive()Gets the value of the additive property.static STTLBehaviorAdditiveTypeSTTLBehaviorAdditiveType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STTLBehaviorAdditiveType[]STTLBehaviorAdditiveType. 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 STTLBehaviorAdditiveType Modifier and Type Method Description voidCTTLCommonBehaviorData. setAdditive(STTLBehaviorAdditiveType value)Sets the value of the additive property.