Uses of Class
org.pptx4j.pml.STTLTimeNodeFillType
| Package | Description |
|---|---|
| org.pptx4j.pml |
-
Uses of STTLTimeNodeFillType in org.pptx4j.pml
Fields in org.pptx4j.pml declared as STTLTimeNodeFillType Modifier and Type Field Description protected STTLTimeNodeFillTypeCTTLCommonTimeNodeData. fillMethods in org.pptx4j.pml that return STTLTimeNodeFillType Modifier and Type Method Description static STTLTimeNodeFillTypeSTTLTimeNodeFillType. fromValue(java.lang.String v)STTLTimeNodeFillTypeCTTLCommonTimeNodeData. getFill()Gets the value of the fill property.static STTLTimeNodeFillTypeSTTLTimeNodeFillType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STTLTimeNodeFillType[]STTLTimeNodeFillType. 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 STTLTimeNodeFillType Modifier and Type Method Description voidCTTLCommonTimeNodeData. setFill(STTLTimeNodeFillType value)Sets the value of the fill property.