com.spire.doc
Enum MailMergeMainDocumentType

java.lang.Object
  extended by java.lang.Enum<MailMergeMainDocumentType>
      extended by com.spire.doc.MailMergeMainDocumentType
All Implemented Interfaces:
java.lang.Comparable<MailMergeMainDocumentType>

public enum MailMergeMainDocumentType
extends java.lang.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

Not_A_Merge_Document

public static final MailMergeMainDocumentType Not_A_Merge_Document
This document is not a mail merge document.


Form_Letters

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


Mailing_Labels

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


Envelopes

public static final MailMergeMainDocumentType Envelopes
Specifies that the mail merge source document is of the envelope type.


Catalog

public static final MailMergeMainDocumentType Catalog
Specifies that the mail merge source document is of the catalog type.


Email

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


Fax

public static final MailMergeMainDocumentType Fax
Specifies that the mail merge source document is of the fax type.


Default

public static final MailMergeMainDocumentType Default
Equals to

Method Detail

getValue

public int getValue()