Uses of Class
org.docx4j.vml.officedrawing.STFillType
| Package | Description |
|---|---|
| org.docx4j.vml.officedrawing |
-
Uses of STFillType in org.docx4j.vml.officedrawing
Fields in org.docx4j.vml.officedrawing declared as STFillType Modifier and Type Field Description protected STFillTypeCTFill. typeMethods in org.docx4j.vml.officedrawing that return STFillType Modifier and Type Method Description static STFillTypeSTFillType. fromValue(java.lang.String v)STFillTypeCTFill. getType()Gets the value of the type property.static STFillTypeSTFillType. valueOf(java.lang.String name)Returns 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 STFillType Modifier and Type Method Description voidCTFill. setType(STFillType value)Sets the value of the type property.