Uses of Enum
org.docx4j.wml.STMailMergeDocType
Packages that use STMailMergeDocType
-
Uses of STMailMergeDocType in org.docx4j.wml
Fields in org.docx4j.wml declared as STMailMergeDocTypeMethods in org.docx4j.wml that return STMailMergeDocTypeModifier and TypeMethodDescriptionstatic STMailMergeDocTypeCTMailMergeDocType.getVal()Gets the value of the val property.static STMailMergeDocTypeReturns the enum constant of this type with the specified name.static STMailMergeDocType[]STMailMergeDocType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.wml with parameters of type STMailMergeDocTypeModifier and TypeMethodDescriptionvoidCTMailMergeDocType.setVal(STMailMergeDocType value) Sets the value of the val property.