Uses of Enum
org.pptx4j.pml.STTLTimeNodeFillType
Packages that use STTLTimeNodeFillType
-
Uses of STTLTimeNodeFillType in org.pptx4j.pml
Fields in org.pptx4j.pml declared as STTLTimeNodeFillTypeMethods in org.pptx4j.pml that return STTLTimeNodeFillTypeModifier and TypeMethodDescriptionstatic STTLTimeNodeFillTypeCTTLCommonTimeNodeData.getFill()Gets the value of the fill property.static STTLTimeNodeFillTypeReturns 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 STTLTimeNodeFillTypeModifier and TypeMethodDescriptionvoidCTTLCommonTimeNodeData.setFill(STTLTimeNodeFillType value) Sets the value of the fill property.