Uses of Class
org.docx4j.dml.STPathFillMode
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of STPathFillMode in org.docx4j.dml
Fields in org.docx4j.dml declared as STPathFillMode Modifier and Type Field Description protected STPathFillModeCTPath2D. fillMethods in org.docx4j.dml that return STPathFillMode Modifier and Type Method Description static STPathFillModeSTPathFillMode. fromValue(java.lang.String v)STPathFillModeCTPath2D. getFill()Gets the value of the fill property.static STPathFillModeSTPathFillMode. valueOf(java.lang.String name)Returns 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 STPathFillMode Modifier and Type Method Description voidCTPath2D. setFill(STPathFillMode value)Sets the value of the fill property.