java.lang.Object
com.aspose.words.MailMergeDestination
public class MailMergeDestination
- extends java.lang.Object
Utility class containing constants.
Specifies the possible results which may be generated when a mail merge is carried out on a document.
- See Also:
- MailMergeSettings.Destination
Field Summary |
static final int | NEW_DOCUMENT = 0 | |
Specifies that conforming hosting applications shall generate new documents by populating the fields
within a given document with data from the specified external data source.
|
static final int | PRINTER = 1 | |
Specifies that conforming hosting applications shall print the documents that result from populating the
fields within a given document with external data from the specified external data source.
|
static final int | EMAIL = 2 | |
Specifies that conforming hosting applications shall generate emails using the documents that result from
populating the fields within a given document with data from the specified external data source.
|
static final int | FAX = 4 | |
Specifies that conforming hosting applications shall generate faxes using the documents that result from
populating the fields within a given document with data from the specified external data source.
|
static final int | DEFAULT = 0 | |
Equals to the NEW_DOCUMENT value.
|
NEW_DOCUMENT = 0 | |
public static final int NEW_DOCUMENT |
-
Specifies that conforming hosting applications shall generate new documents by populating the fields
within a given document with data from the specified external data source.
PRINTER = 1 | |
public static final int PRINTER |
-
Specifies that conforming hosting applications shall print the documents that result from populating the
fields within a given document with external data from the specified external data source.
EMAIL = 2 | |
public static final int EMAIL |
-
Specifies that conforming hosting applications shall generate emails using the documents that result from
populating the fields within a given document with data from the specified external data source.
FAX = 4 | |
public static final int FAX |
-
Specifies that conforming hosting applications shall generate faxes using the documents that result from
populating the fields within a given document with data from the specified external data source.
DEFAULT = 0 | |
public static final int DEFAULT |
-
Equals to the NEW_DOCUMENT value.
See Also:
Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
Aspose.Words Support Forum - our preferred method of support.