MappedDataField Interface
Represents a single mapped data field.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)
Usage
Public Class appedDataFieldImplementation
Implements MappedDataField
End Class
Dim appedDataFieldImplementation1 As New appedDataFieldImplementation()
Syntax
Public Interface MappedDataField
public interface MappedDataField
public interface class MappedDataField
public interface MappedDataField
public interface MappedDataField
Remarks
The MappedDataField object is a member of the MappedDataFields collection. The MappedDataFields collection includes all the mapped data fields available in Microsoft Word.
A mapped data field is a field contained within Word that represents commonly used name or address information, such as "First Name." If a data source contains a "First Name" field or a variation (such as "First_Name," "FirstName," "First," or "FName"), the field in the data source will automatically map to the corresponding mapped data field in Word. If a document or template is to be merged with more than one data source, mapped data fields make it unnecessary to reenter the fields into the document to agree with the field names in the database.
Use the MappedDataFields property to return a MappedDataField object.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000
Target Platforms
See Also
Reference
Microsoft.Office.Interop.Word Namespace