com.aspose.words
Class OdsoDataSourceType

java.lang.Object
    extended by com.aspose.words.OdsoDataSourceType

public class OdsoDataSourceType 
extends java.lang.Object

Utility class containing constants. 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.

See Also:
Odso.DataSourceType

Field Summary
static final intTEXT
           Specifies that a given document has been connected to a text file. Possibly wdMergeSubTypeOther.
static final intDATABASE
           Specifies that a given document has been connected to a database. Possibly wdMergeSubTypeAccess.
static final intADDRESS_BOOK
           Specifies that a given document has been connected to an address book of contacts. Possibly wdMergeSubTypeOAL.
static final intDOCUMENT_1
           Specifies that a given document has been connected to another document format supported by the producing application. Possibly wdMergeSubTypeOLEDBWord.
static final intDOCUMENT_2
           Specifies that a given document has been connected to another document format supported by the producing application. Possibly wdMergeSubTypeWorks.
static final intNATIVE
           Specifies that a given document has been connected to another document format native to the producing application. Possibly wdMergeSubTypeOLEDBText
static final intEMAIL
           Specifies that a given document has been connected to an e-mail application. Possibly wdMergeSubTypeOutlook.
static final intNONE
           The type of the external data source is not specified. Possibly wdMergeSubTypeWord.
static final intLEGACY
           Specifies that a given document has been connected to a legacy document format supported by the producing application Possibly wdMergeSubTypeWord2000.
static final intMASTER
           Specifies that a given document has been connected to a data source which aggregates other data sources.
static final intDEFAULT
           Equals to NONE.
 

Field Detail

TEXT

public static final int TEXT
Specifies that a given document has been connected to a text file. Possibly wdMergeSubTypeOther.

DATABASE

public static final int DATABASE
Specifies that a given document has been connected to a database. Possibly wdMergeSubTypeAccess.

ADDRESS_BOOK

public static final int ADDRESS_BOOK
Specifies that a given document has been connected to an address book of contacts. Possibly wdMergeSubTypeOAL.

DOCUMENT_1

public static final int DOCUMENT_1
Specifies that a given document has been connected to another document format supported by the producing application. Possibly wdMergeSubTypeOLEDBWord.

DOCUMENT_2

public static final int DOCUMENT_2
Specifies that a given document has been connected to another document format supported by the producing application. Possibly wdMergeSubTypeWorks.

NATIVE

public static final int NATIVE
Specifies that a given document has been connected to another document format native to the producing application. Possibly wdMergeSubTypeOLEDBText

EMAIL

public static final int EMAIL
Specifies that a given document has been connected to an e-mail application. Possibly wdMergeSubTypeOutlook.

NONE

public static final int NONE
The type of the external data source is not specified. Possibly wdMergeSubTypeWord.

LEGACY

public static final int LEGACY
Specifies that a given document has been connected to a legacy document format supported by the producing application Possibly wdMergeSubTypeWord2000.

MASTER

public static final int MASTER
Specifies that a given document has been connected to a data source which aggregates other data sources.

DEFAULT

public static final int DEFAULT
Equals to NONE.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.