Uses of Class
org.docx4j.dml.STPathShadeType
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of STPathShadeType in org.docx4j.dml
Fields in org.docx4j.dml declared as STPathShadeType Modifier and Type Field Description protected STPathShadeTypeCTPathShadeProperties. pathMethods in org.docx4j.dml that return STPathShadeType Modifier and Type Method Description static STPathShadeTypeSTPathShadeType. fromValue(java.lang.String v)STPathShadeTypeCTPathShadeProperties. getPath()Gets the value of the path property.static STPathShadeTypeSTPathShadeType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STPathShadeType[]STPathShadeType. 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 STPathShadeType Modifier and Type Method Description voidCTPathShadeProperties. setPath(STPathShadeType value)Sets the value of the path property.