Uses of Class
org.pptx4j.pml.STTLBehaviorTransformType
| Package | Description |
|---|---|
| org.pptx4j.pml |
-
Uses of STTLBehaviorTransformType in org.pptx4j.pml
Fields in org.pptx4j.pml declared as STTLBehaviorTransformType Modifier and Type Field Description protected STTLBehaviorTransformTypeCTTLCommonBehaviorData. xfrmTypeMethods in org.pptx4j.pml that return STTLBehaviorTransformType Modifier and Type Method Description static STTLBehaviorTransformTypeSTTLBehaviorTransformType. fromValue(java.lang.String v)STTLBehaviorTransformTypeCTTLCommonBehaviorData. getXfrmType()Gets the value of the xfrmType property.static STTLBehaviorTransformTypeSTTLBehaviorTransformType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STTLBehaviorTransformType[]STTLBehaviorTransformType. 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 STTLBehaviorTransformType Modifier and Type Method Description voidCTTLCommonBehaviorData. setXfrmType(STTLBehaviorTransformType value)Sets the value of the xfrmType property.