Uses of Enum
org.docx4j.vml.STFillType
Packages that use STFillType
-
Uses of STFillType in org.docx4j.vml
Fields in org.docx4j.vml declared as STFillTypeModifier and TypeFieldDescriptionprotected STFillTypeCTStroke.filltypeprotected STFillTypeCTFill.typeMethods in org.docx4j.vml that return STFillTypeModifier and TypeMethodDescriptionstatic STFillTypeCTStroke.getFilltype()Gets the value of the filltype property.CTFill.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 with parameters of type STFillTypeModifier and TypeMethodDescriptionvoidCTStroke.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 STFillTypeMethods in org.docx4j.vml.officedrawing that return STFillTypeModifier and TypeMethodDescriptionCTStrokeChild.getFilltype()Gets the value of the filltype property.Methods in org.docx4j.vml.officedrawing with parameters of type STFillTypeModifier and TypeMethodDescriptionvoidCTStrokeChild.setFilltype(STFillType value) Sets the value of the filltype property.