com.aspose.words
Class OdsoFieldMappingType

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

public class OdsoFieldMappingType 
extends java.lang.Object

Utility class containing constants. Specifies the possible types used to indicate if a given mail merge field has been mapped to a column in the given external data source.
See Also:
OdsoFieldMapData.Type

Field Summary
static final intCOLUMN = 0
           Specifies that the mail merge field has been mapped to a column in the given external data source.
static final intNULL = 1
           Specifies that the mail merge field has not been mapped to a column in the given external data source.
static final intDEFAULT = 1
           Equals to NULL.
 

Field Detail

COLUMN = 0

public static final int COLUMN
Specifies that the mail merge field has been mapped to a column in the given external data source.

NULL = 1

public static final int NULL
Specifies that the mail merge field has not been mapped to a column in the given external data source.

DEFAULT = 1

public static final int DEFAULT
Equals to NULL.

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