public class MailMergeDataType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DATABASE
Specifies that a given document has been connected to an Access database via the Dynamic Data Exchange (DDE) system.
|
static int |
DEFAULT
Equals to
NONE. |
static int |
length |
static int |
NATIVE
Specifies that a given document has been connected to an external data source via the Office Data Source Object (ODSO) interface.
|
static int |
NONE
No mail merge data source is specified.
|
static int |
ODBC
Specifies that a given document has been connected to an external data source via the Open Database Connectivity interface.
|
static int |
QUERY
Specifies that a given document has been connected to an external data source using an external query tool.
|
static int |
SPREADSHEET
Specifies that a given document has been connected to an Excel spreadsheet via the Dynamic Data Exchange (DDE) system.
|
static int |
TEXT_FILE
Specifies that a given document has been connected to a text file via the Dynamic Data Exchange (DDE) system.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String mailMergeDataTypeName) |
static java.lang.String |
getName(int mailMergeDataType) |
static int[] |
getValues() |
static java.lang.String |
toString(int mailMergeDataType) |
public static int NONE
public static int TEXT_FILE
public static int DATABASE
public static int SPREADSHEET
public static int QUERY
public static int ODBC
public static int NATIVE
public static int DEFAULT
NONE.public static int length