public class OdsoDataSourceType
extends java.lang.Object
Remarks:
The OOXML specification is very vague for this enum. I guess it might correspond to the WdMergeSubType enumeration http://msdn.microsoft.com/en-us/library/bb237801.aspx.
| Modifier and Type | Field and Description |
|---|---|
static int |
ADDRESS_BOOK
Specifies that a given document has been connected to an address book of contacts.
|
static int |
DATABASE
Specifies that a given document has been connected to a database.
|
static int |
DEFAULT
Equals to
NONE. |
static int |
DOCUMENT_1
Specifies that a given document has been connected to another document format supported by the producing application.
|
static int |
DOCUMENT_2
Specifies that a given document has been connected to another document format supported by the producing application.
|
static int |
EMAIL
Specifies that a given document has been connected to an e-mail application.
|
static int |
LEGACY
Specifies that a given document has been connected to a legacy document format supported by the producing application Possibly wdMergeSubTypeWord2000.
|
static int |
length |
static int |
MASTER
Specifies that a given document has been connected to a data source which aggregates other data sources.
|
static int |
NATIVE
Specifies that a given document has been connected to another document format native to the producing application.
|
static int |
NONE
The type of the external data source is not specified.
|
static int |
TEXT
Specifies that a given document has been connected to a text file.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String odsoDataSourceTypeName) |
static java.lang.String |
getName(int odsoDataSourceType) |
static int[] |
getValues() |
static java.lang.String |
toString(int odsoDataSourceType) |
public static int TEXT
public static int DATABASE
public static int ADDRESS_BOOK
public static int DOCUMENT_1
public static int DOCUMENT_2
public static int NATIVE
public static int EMAIL
public static int NONE
public static int LEGACY
public static int MASTER
public static int DEFAULT
NONE.public static int length