Uses of Enum
org.docx4j.wml.STMailMergeSourceType
Packages that use STMailMergeSourceType
-
Uses of STMailMergeSourceType in org.docx4j.wml
Fields in org.docx4j.wml declared as STMailMergeSourceTypeMethods in org.docx4j.wml that return STMailMergeSourceTypeModifier and TypeMethodDescriptionstatic STMailMergeSourceTypeCTMailMergeSourceType.getVal()Gets the value of the val property.static STMailMergeSourceTypeReturns the enum constant of this type with the specified name.static STMailMergeSourceType[]STMailMergeSourceType.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 STMailMergeSourceTypeModifier and TypeMethodDescriptionvoidCTMailMergeSourceType.setVal(STMailMergeSourceType value) Sets the value of the val property.