Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Description

This class represents a merge field in a document. Merge fields are used in WordWriter templates as data placeholders.

C#
vb.net

Remarks

To create a merge field, use Element.InsertMergeFieldBefore or Element.InsertMergeFieldAfter.

The following sample demonstrates creating a merge field at the end of a new document and retrieving the first merge field of an existing document.

Examples

C#
vb.net

Methods

Name

Description

GetFieldName()

Returns the merge field's name.
  • No labels