mailmergemaindocumenttype-ag凯发旗舰厅



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.
formletters
          specifies that the mail merge source document is of the form letter type.
mailinglabels
          specifies that the mail merge source document is of the mailing label type.
notamergedocument
          this document is not a mail merge document.
 
method summary
 int getvalue()
           
 
enum constant detail

notamergedocument

public static final mailmergemaindocumenttype notamergedocument
this document is not a mail merge document.

formletters

public static final mailmergemaindocumenttype formletters
specifies that the mail merge source document is of the form letter type.

mailinglabels

public static final mailmergemaindocumenttype mailinglabels
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()


网站地图