Aspose::Words::Settings::OdsoDataSourceType enum

OdsoDataSourceType enum

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

enum class OdsoDataSourceType

Values

NameValueDescription
Text0Specifies that a given document has been connected to a text file. Possibly wdMergeSubTypeOther.
Database1Specifies that a given document has been connected to a database. Possibly wdMergeSubTypeAccess.
AddressBook2Specifies that a given document has been connected to an address book of contacts. Possibly wdMergeSubTypeOAL.
Document13Specifies that a given document has been connected to another document format supported by the producing application. Possibly wdMergeSubTypeOLEDBWord.
Document24Specifies that a given document has been connected to another document format supported by the producing application. Possibly wdMergeSubTypeWorks.
Native5Specifies that a given document has been connected to another document format native to the producing application. Possibly wdMergeSubTypeOLEDBText.
Email6Specifies that a given document has been connected to an e-mail application. Possibly wdMergeSubTypeOutlook.
None7The type of the external data source is not specified. Possibly wdMergeSubTypeWord.
Legacy8Specifies that a given document has been connected to a legacy document format supported by the producing application Possibly wdMergeSubTypeWord2000.
Master9Specifies that a given document has been connected to a data source which aggregates other data sources.
Defaultn/aEquals to None.

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.

See Also