Uses of Class
org.docx4j.w14.STSchemeColorVal
| Package | Description |
|---|---|
| org.docx4j.w14 |
-
Uses of STSchemeColorVal in org.docx4j.w14
Fields in org.docx4j.w14 declared as STSchemeColorVal Modifier and Type Field Description protected STSchemeColorValCTSchemeColor. valMethods in org.docx4j.w14 that return STSchemeColorVal Modifier and Type Method Description static STSchemeColorValSTSchemeColorVal. fromValue(java.lang.String v)STSchemeColorValCTSchemeColor. getVal()Gets the value of the val property.static STSchemeColorValSTSchemeColorVal. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STSchemeColorVal[]STSchemeColorVal. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.w14 with parameters of type STSchemeColorVal Modifier and Type Method Description voidCTSchemeColor. setVal(STSchemeColorVal value)Sets the value of the val property.