Uses of Class
org.pptx4j.pml.STTLBehaviorOverrideType
| Package | Description |
|---|---|
| org.pptx4j.pml |
-
Uses of STTLBehaviorOverrideType in org.pptx4j.pml
Fields in org.pptx4j.pml declared as STTLBehaviorOverrideType Modifier and Type Field Description protected STTLBehaviorOverrideTypeCTTLCommonBehaviorData. overrideMethods in org.pptx4j.pml that return STTLBehaviorOverrideType Modifier and Type Method Description static STTLBehaviorOverrideTypeSTTLBehaviorOverrideType. fromValue(java.lang.String v)STTLBehaviorOverrideTypeCTTLCommonBehaviorData. getOverride()Gets the value of the override property.static STTLBehaviorOverrideTypeSTTLBehaviorOverrideType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STTLBehaviorOverrideType[]STTLBehaviorOverrideType. 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 STTLBehaviorOverrideType Modifier and Type Method Description voidCTTLCommonBehaviorData. setOverride(STTLBehaviorOverrideType value)Sets the value of the override property.