public final class OdsoDataSourceType
extends java.lang.Object
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 final int TEXT
public static final int DATABASE
public static final int ADDRESS_BOOK
public static final int DOCUMENT_1
public static final int DOCUMENT_2
public static final int NATIVE
public static final int EMAIL
public static final int NONE
public static final int LEGACY
public static final int MASTER
public static final int DEFAULT
NONE.public static final int length