Uses of Enum
org.docx4j.dml.STPathFillMode
Packages that use STPathFillMode
-
Uses of STPathFillMode in org.docx4j.dml
Fields in org.docx4j.dml declared as STPathFillModeMethods in org.docx4j.dml that return STPathFillModeModifier and TypeMethodDescriptionstatic STPathFillModeCTPath2D.getFill()Gets the value of the fill property.static STPathFillModeReturns the enum constant of this type with the specified name.static STPathFillMode[]STPathFillMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.dml with parameters of type STPathFillModeModifier and TypeMethodDescriptionvoidCTPath2D.setFill(STPathFillMode value) Sets the value of the fill property.