OdsoDataSourceType enumeration

OdsoDataSourceType enumeration

Specifies the type of the external data source to be connected to as part of the ODSO connection information.

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.

Members

NameDescription
TEXTSpecifies that a given document has been connected to a text file. Possibly wdMergeSubTypeOther.
DATABASESpecifies that a given document has been connected to a database. Possibly wdMergeSubTypeAccess.
ADDRESS_BOOKSpecifies that a given document has been connected to an address book of contacts. Possibly wdMergeSubTypeOAL.
DOCUMENT1Specifies that a given document has been connected to another document format supported by the producing application. Possibly wdMergeSubTypeOLEDBWord.
DOCUMENT2Specifies that a given document has been connected to another document format supported by the producing application. Possibly wdMergeSubTypeWorks.
NATIVESpecifies that a given document has been connected to another document format native to the producing application. Possibly wdMergeSubTypeOLEDBText
EMAILSpecifies that a given document has been connected to an e-mail application. Possibly wdMergeSubTypeOutlook.
NONEThe type of the external data source is not specified. Possibly wdMergeSubTypeWord.
LEGACYSpecifies that a given document has been connected to a legacy document format supported by the producing application Possibly wdMergeSubTypeWord2000.
MASTERSpecifies that a given document has been connected to a data source which aggregates other data sources.
DEFAULTEquals to OdsoDataSourceType.NONE.

See Also