public class MailMergeMainDocumentType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CATALOG
Specifies that the mail merge source document is of the catalog type.
|
static int |
DEFAULT
Equals to
NOT_A_MERGE_DOCUMENT |
static int |
EMAIL
Specifies that the mail merge source document is of the e-mail message type.
|
static int |
ENVELOPES
Specifies that the mail merge source document is of the envelope type.
|
static int |
FAX
Specifies that the mail merge source document is of the fax type.
|
static int |
FORM_LETTERS
Specifies that the mail merge source document is of the form letter type.
|
static int |
length |
static int |
MAILING_LABELS
Specifies that the mail merge source document is of the mailing label type.
|
static int |
NOT_A_MERGE_DOCUMENT
This document is not a mail merge document.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String mailMergeMainDocumentTypeName) |
static java.lang.String |
getName(int mailMergeMainDocumentType) |
static int[] |
getValues() |
static java.lang.String |
toString(int mailMergeMainDocumentType) |
public static int NOT_A_MERGE_DOCUMENT
public static int FORM_LETTERS
public static int MAILING_LABELS
public static int ENVELOPES
public static int CATALOG
public static int EMAIL
public static int FAX
public static int DEFAULT
NOT_A_MERGE_DOCUMENTpublic static int length