Uses of Enum
org.docx4j.dml.STPresetLineDashVal
Packages that use STPresetLineDashVal
-
Uses of STPresetLineDashVal in org.docx4j.dml
Fields in org.docx4j.dml declared as STPresetLineDashValMethods in org.docx4j.dml that return STPresetLineDashValModifier and TypeMethodDescriptionstatic STPresetLineDashValCTPresetLineDashProperties.getVal()Gets the value of the val property.static STPresetLineDashValReturns 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 STPresetLineDashValModifier and TypeMethodDescriptionvoidCTPresetLineDashProperties.setVal(STPresetLineDashVal value) Sets the value of the val property.