Uses of Enum
org.docx4j.vml.officedrawing.STFillType
Packages that use STFillType
-
Uses of STFillType in org.docx4j.vml.officedrawing
Fields in org.docx4j.vml.officedrawing declared as STFillTypeMethods in org.docx4j.vml.officedrawing that return STFillTypeModifier and TypeMethodDescriptionstatic STFillTypeCTFill.getType()Gets the value of the type property.static STFillTypeReturns the enum constant of this type with the specified name.static STFillType[]STFillType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.vml.officedrawing with parameters of type STFillTypeModifier and TypeMethodDescriptionvoidCTFill.setType(STFillType value) Sets the value of the type property.