Uses of Class
org.docx4j.wml.STMailMergeDocType
| Package | Description |
|---|---|
| org.docx4j.wml |
-
Uses of STMailMergeDocType in org.docx4j.wml
Fields in org.docx4j.wml declared as STMailMergeDocType Modifier and Type Field Description protected STMailMergeDocTypeCTMailMergeDocType. valMethods in org.docx4j.wml that return STMailMergeDocType Modifier and Type Method Description static STMailMergeDocTypeSTMailMergeDocType. fromValue(java.lang.String v)STMailMergeDocTypeCTMailMergeDocType. getVal()Gets the value of the val property.static STMailMergeDocTypeSTMailMergeDocType. valueOf(java.lang.String name)Returns 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 STMailMergeDocType Modifier and Type Method Description voidCTMailMergeDocType. setVal(STMailMergeDocType value)Sets the value of the val property.