public class MailMergeDestination
Field Summary | ||
---|---|---|
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.
|
||
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.
|
||
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.
|
||
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.
|
||
static final int | DEFAULT | |
Equals to the |
public static final int NEW_DOCUMENT
public static final int PRINTER
public static final int EMAIL
public static final int FAX
public static final int DEFAULT