MailMergeMainDocumentType
Contents
[
Hide
]Inheritance: java.lang.Object
public class MailMergeMainDocumentType
Specifies the possible types for a mail merge source document.
Fields
Field | Description |
---|---|
CATALOG | Specifies that the mail merge source document is of the catalog type. |
DEFAULT | Equals to NOT_A_MERGE_DOCUMENT |
Specifies that the mail merge source document is of the e-mail message type. | |
ENVELOPES | Specifies that the mail merge source document is of the envelope type. |
FAX | Specifies that the mail merge source document is of the fax type. |
FORM_LETTERS | Specifies that the mail merge source document is of the form letter type. |
MAILING_LABELS | Specifies that the mail merge source document is of the mailing label type. |
NOT_A_MERGE_DOCUMENT | This document is not a mail merge document. |
length |
Methods
Method | Description |
---|---|
fromName(String mailMergeMainDocumentTypeName) | |
getName(int mailMergeMainDocumentType) | |
getValues() | |
toString(int mailMergeMainDocumentType) |
CATALOG
public static int CATALOG
Specifies that the mail merge source document is of the catalog type.
DEFAULT
public static int DEFAULT
Equals to NOT_A_MERGE_DOCUMENT
public static int EMAIL
Specifies that the mail merge source document is of the e-mail message type.
ENVELOPES
public static int ENVELOPES
Specifies that the mail merge source document is of the envelope type.
FAX
public static int FAX
Specifies that the mail merge source document is of the fax type.
FORM_LETTERS
public static int FORM_LETTERS
Specifies that the mail merge source document is of the form letter type.
MAILING_LABELS
public static int MAILING_LABELS
Specifies that the mail merge source document is of the mailing label type.
NOT_A_MERGE_DOCUMENT
public static int NOT_A_MERGE_DOCUMENT
This document is not a mail merge document.
length
public static int length
fromName(String mailMergeMainDocumentTypeName)
public static int fromName(String mailMergeMainDocumentTypeName)
Parameters:
Parameter | Type | Description |
---|---|---|
mailMergeMainDocumentTypeName | java.lang.String |
Returns: int
getName(int mailMergeMainDocumentType)
public static String getName(int mailMergeMainDocumentType)
Parameters:
Parameter | Type | Description |
---|---|---|
mailMergeMainDocumentType | int |
Returns: java.lang.String
getValues()
public static int[] getValues()
Returns: int[]
toString(int mailMergeMainDocumentType)
public static String toString(int mailMergeMainDocumentType)
Parameters:
Parameter | Type | Description |
---|---|---|
mailMergeMainDocumentType | int |
Returns: java.lang.String