public class OdsoDataSourceType
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.
Field Summary | ||
---|---|---|
static final int | TEXT | |
Specifies that a given document has been connected to a text file.
Possibly wdMergeSubTypeOther.
|
||
static final int | DATABASE | |
Specifies that a given document has been connected to a database.
Possibly wdMergeSubTypeAccess.
|
||
static final int | ADDRESS_BOOK | |
Specifies that a given document has been connected to an address book of contacts.
Possibly wdMergeSubTypeOAL.
|
||
static final int | DOCUMENT_1 | |
Specifies that a given document has been connected to another document format supported by the producing application.
Possibly wdMergeSubTypeOLEDBWord.
|
||
static final int | DOCUMENT_2 | |
Specifies that a given document has been connected to another document format supported by the producing application.
Possibly wdMergeSubTypeWorks.
|
||
static final int | NATIVE | |
Specifies that a given document has been connected to another document format native to the producing application.
Possibly wdMergeSubTypeOLEDBText
|
||
static final int | EMAIL | |
Specifies that a given document has been connected to an e-mail application.
Possibly wdMergeSubTypeOutlook.
|
||
static final int | NONE | |
The type of the external data source is not specified.
Possibly wdMergeSubTypeWord.
|
||
static final int | LEGACY | |
Specifies that a given document has been connected to a legacy document format supported by the producing application
Possibly wdMergeSubTypeWord2000.
|
||
static final int | MASTER | |
Specifies that a given document has been connected to a data source which aggregates other data sources.
|
||
static final int | DEFAULT | |
Equals to |
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