Aspose::Words::Settings::OdsoFieldMappingType enum

OdsoFieldMappingType enum

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.

enum class OdsoFieldMappingType

Values

NameValueDescription
Column0Specifies that the mail merge field has been mapped to a column in the given external data source.
Null1Specifies that the mail merge field has not been mapped to a column in the given external data source.
Defaultn/aEquals to Null.

See Also