com.aspose.words

Class MailMergeMainDocumentType

  • java.lang.Object
    • com.aspose.words.MailMergeMainDocumentType
public class MailMergeMainDocumentType 
extends java.lang.Object

Utility class containing constants. Specifies the possible types for a mail merge source document.
See Also:
MailMergeSettings.MainDocumentType

Field Summary
static final intNOT_A_MERGE_DOCUMENT = 0
This document is not a mail merge document.
static final intFORM_LETTERS = 1
Specifies that the mail merge source document is of the form letter type.
static final intMAILING_LABELS = 2
Specifies that the mail merge source document is of the mailing label type.
static final intENVELOPES = 4
Specifies that the mail merge source document is of the envelope type.
static final intCATALOG = 8
Specifies that the mail merge source document is of the catalog type.
static final intEMAIL = 16
Specifies that the mail merge source document is of the e-mail message type.
static final intFAX = 32
Specifies that the mail merge source document is of the fax type.
static final intDEFAULT = 0
 

    • Field Detail

      • NOT_A_MERGE_DOCUMENT = 0

        public static final int NOT_A_MERGE_DOCUMENT
        This document is not a mail merge document.
      • FORM_LETTERS = 1

        public static final int FORM_LETTERS
        Specifies that the mail merge source document is of the form letter type.
      • MAILING_LABELS = 2

        public static final int MAILING_LABELS
        Specifies that the mail merge source document is of the mailing label type.
      • ENVELOPES = 4

        public static final int ENVELOPES
        Specifies that the mail merge source document is of the envelope type.
      • CATALOG = 8

        public static final int CATALOG
        Specifies that the mail merge source document is of the catalog type.
      • EMAIL = 16

        public static final int EMAIL
        Specifies that the mail merge source document is of the e-mail message type.
      • FAX = 32

        public static final int FAX
        Specifies that the mail merge source document is of the fax type.