Uses of Enum
org.docx4j.w14.STPresetLineDashVal
Packages that use STPresetLineDashVal
-
Uses of STPresetLineDashVal in org.docx4j.w14
Fields in org.docx4j.w14 declared as STPresetLineDashValMethods in org.docx4j.w14 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.w14 with parameters of type STPresetLineDashValModifier and TypeMethodDescriptionvoidCTPresetLineDashProperties.setVal(STPresetLineDashVal value) Sets the value of the val property.