com.aspose.words

Class OdsoFieldMappingType

  • java.lang.Object
    • 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.