Uses of Class
org.docx4j.dml.STPresetLineDashVal
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of STPresetLineDashVal in org.docx4j.dml
Fields in org.docx4j.dml declared as STPresetLineDashVal Modifier and Type Field Description protected STPresetLineDashValCTPresetLineDashProperties. valMethods in org.docx4j.dml that return STPresetLineDashVal Modifier and Type Method Description static STPresetLineDashValSTPresetLineDashVal. fromValue(java.lang.String v)STPresetLineDashValCTPresetLineDashProperties. getVal()Gets the value of the val property.static STPresetLineDashValSTPresetLineDashVal. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STPresetLineDashVal[]STPresetLineDashVal. 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 STPresetLineDashVal Modifier and Type Method Description voidCTPresetLineDashProperties. setVal(STPresetLineDashVal value)Sets the value of the val property.