Uses of Class
org.docx4j.vml.STFillMethod
| Package | Description |
|---|---|
| org.docx4j.vml |
-
Uses of STFillMethod in org.docx4j.vml
Fields in org.docx4j.vml declared as STFillMethod Modifier and Type Field Description protected STFillMethodCTFill. methodMethods in org.docx4j.vml that return STFillMethod Modifier and Type Method Description static STFillMethodSTFillMethod. fromValue(java.lang.String v)STFillMethodCTFill. getMethod()Gets the value of the method property.static STFillMethodSTFillMethod. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STFillMethod[]STFillMethod. 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 STFillMethod Modifier and Type Method Description voidCTFill. setMethod(STFillMethod value)Sets the value of the method property.