com.aspose.words
Class MailMergeMainDocumentType

java.lang.Object
    extended by 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
           This document is not a mail merge document.
static final intFORM_LETTERS
           Specifies that the mail merge source document is of the form letter type.
static final intMAILING_LABELS
           Specifies that the mail merge source document is of the mailing label type.
static final intENVELOPES
           Specifies that the mail merge source document is of the envelope type.
static final intCATALOG
           Specifies that the mail merge source document is of the catalog type.
static final intEMAIL
           Specifies that the mail merge source document is of the e-mail message type.
static final intFAX
           Specifies that the mail merge source document is of the fax type.
static final intDEFAULT
           Equals to NOT_A_MERGE_DOCUMENT
 

Field Detail

NOT_A_MERGE_DOCUMENT

public static final int NOT_A_MERGE_DOCUMENT
This document is not a mail merge document.

FORM_LETTERS

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

MAILING_LABELS

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

ENVELOPES

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

CATALOG

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

EMAIL

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

FAX

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

DEFAULT

public static final int DEFAULT
Equals to NOT_A_MERGE_DOCUMENT

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.