com.aspose.words

Class MailMergeDestination

  • 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 intNEW_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 intPRINTER = 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 intEMAIL = 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 intFAX = 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 intDEFAULT = 0
Equals to the NEW_DOCUMENT value.
 

    • Field Detail

      • 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.