OdsoFieldMapData

OdsoFieldMapData

Overview

OdsoFieldMapData is a class in Aspose.Words FOSS for .NET.

Specifies how a column in the external data source shall be mapped to the predefined merge fields within the document.

This class provides 1 method for working with OdsoFieldMapData objects in .NET programs. Available methods include: Clone. All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package. Properties: Column, MappedName, Name, Type.

Properties

NameTypeAccessDescription
ColumnintRead/WriteSpecifies the zero-based index of the column within an external data source which shall be mapped to the local name of a specific MERGEFIELD field.
MappedNamestringRead/WriteSpecifies the predefined merge field name which shall be mapped to the column number specified by the Column property within this field mapping.
NamestringRead/WriteSpecifies the column name within an external data source for the column whose index is specified by the Column property.
TypeOdsoFieldMappingTypeRead/WriteSpecifies if a given mail merge field has been mapped to a column in the given external data source or not.

Methods

SignatureDescription
Clone()Returns a deep clone of this object.

See Also