Uses of Class
org.pptx4j.pml.STTLAnimateColorDirection
| Package | Description |
|---|---|
| org.pptx4j.pml |
-
Uses of STTLAnimateColorDirection in org.pptx4j.pml
Fields in org.pptx4j.pml declared as STTLAnimateColorDirection Modifier and Type Field Description protected STTLAnimateColorDirectionCTTLAnimateColorBehavior. dirMethods in org.pptx4j.pml that return STTLAnimateColorDirection Modifier and Type Method Description static STTLAnimateColorDirectionSTTLAnimateColorDirection. fromValue(java.lang.String v)STTLAnimateColorDirectionCTTLAnimateColorBehavior. getDir()Gets the value of the dir property.static STTLAnimateColorDirectionSTTLAnimateColorDirection. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STTLAnimateColorDirection[]STTLAnimateColorDirection. 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 STTLAnimateColorDirection Modifier and Type Method Description voidCTTLAnimateColorBehavior. setDir(STTLAnimateColorDirection value)Sets the value of the dir property.