Uses of Class
org.docx4j.vml.STFillType
| Package | Description |
|---|---|
| org.docx4j.vml | |
| org.docx4j.vml.officedrawing |
-
Uses of STFillType in org.docx4j.vml
Fields in org.docx4j.vml declared as STFillType Modifier and Type Field Description protected STFillTypeCTStroke. filltypeprotected STFillTypeCTFill. typeMethods in org.docx4j.vml that return STFillType Modifier and Type Method Description static STFillTypeSTFillType. fromValue(java.lang.String v)STFillTypeCTStroke. getFilltype()Gets the value of the filltype property.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 with parameters of type STFillType Modifier and Type Method Description voidCTStroke. setFilltype(STFillType value)Sets the value of the filltype property.voidCTFill. setType(STFillType value)Sets the value of the type property. -
Uses of STFillType in org.docx4j.vml.officedrawing
Fields in org.docx4j.vml.officedrawing declared as STFillType Modifier and Type Field Description protected STFillTypeCTStrokeChild. filltypeMethods in org.docx4j.vml.officedrawing that return STFillType Modifier and Type Method Description STFillTypeCTStrokeChild. getFilltype()Gets the value of the filltype property.Methods in org.docx4j.vml.officedrawing with parameters of type STFillType Modifier and Type Method Description voidCTStrokeChild. setFilltype(STFillType value)Sets the value of the filltype property.