|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<MailMergeMainDocumentType>
com.spire.doc.MailMergeMainDocumentType
public enum MailMergeMainDocumentType
Enum Constant Summary | |
---|---|
Catalog
Specifies that the mail merge source document is of the catalog type. |
|
Default
Equals to |
|
Email
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. |
Method Summary | |
---|---|
int |
getValue()
|
Enum Constant Detail |
---|
public static final MailMergeMainDocumentType Not_A_Merge_Document
public static final MailMergeMainDocumentType Form_Letters
public static final MailMergeMainDocumentType Mailing_Labels
public static final MailMergeMainDocumentType Envelopes
public static final MailMergeMainDocumentType Catalog
public static final MailMergeMainDocumentType Email
public static final MailMergeMainDocumentType Fax
public static final MailMergeMainDocumentType Default
Method Detail |
---|
public int getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |