public class MailMergeDestination
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT
Equals to the
NEW_DOCUMENT value. |
static 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 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 int |
length |
static 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 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.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String mailMergeDestinationName) |
static java.lang.String |
getName(int mailMergeDestination) |
static int[] |
getValues() |
static java.lang.String |
toString(int mailMergeDestination) |
public static int NEW_DOCUMENT
public static int PRINTER
public static int EMAIL
public static int FAX
public static int DEFAULT
NEW_DOCUMENT value.public static int length