java.lang.Object
com.aspose.words.MailMergeMainDocumentType
public class MailMergeMainDocumentType
| Field Summary | ||
|---|---|---|
static final int | NOT_A_MERGE_DOCUMENT | |
| This document is not a mail merge document. | ||
static final int | FORM_LETTERS | |
| Specifies that the mail merge source document is of the form letter type. | ||
static final int | MAILING_LABELS | |
| Specifies that the mail merge source document is of the mailing label type. | ||
static final int | ENVELOPES | |
| Specifies that the mail merge source document is of the envelope type. | ||
static final int | CATALOG | |
| Specifies that the mail merge source document is of the catalog type. | ||
static final int | EMAIL | |
| Specifies that the mail merge source document is of the e-mail message type. | ||
static final int | FAX | |
| Specifies that the mail merge source document is of the fax type. | ||
static final int | DEFAULT | |
|
Equals to |
||
| Field Detail |
|---|
NOT_A_MERGE_DOCUMENT = 0 | |
public static final int NOT_A_MERGE_DOCUMENT | |
FORM_LETTERS = 1 | |
public static final int FORM_LETTERS | |
MAILING_LABELS = 2 | |
public static final int MAILING_LABELS | |
ENVELOPES = 4 | |
public static final int ENVELOPES | |
CATALOG = 8 | |
public static final int CATALOG | |
EMAIL = 16 | |
public static final int EMAIL | |
FAX = 32 | |
public static final int FAX | |
DEFAULT = 0 | |
public static final int DEFAULT | |