|
|||||||||
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. |
|
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 |
---|
public static final mailmergemaindocumenttype notamergedocument
public static final mailmergemaindocumenttype formletters
public static final mailmergemaindocumenttype mailinglabels
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 |