FieldMergingArgsBase class
FieldMergingArgsBase class
Base class for FieldMergingArgs and ImageFieldMergingArgs. To learn more, visit the Mail Merge and Reporting documentation article.
Remarks
Properties
| Name | Description |
|---|---|
| document | Returns the FieldMergingArgsBase.document object for which the mail merge is performed. |
| document_field_name | Gets the name of the merge field as specified in the document. |
| field | Gets the object that represents the current merge field. |
| field_name | Gets the name of the merge field in the data source. |
| field_value | Gets or sets the value of the field from the data source. |
| record_index | Gets the zero based index of the record that is being merged. |
| table_name | Gets the name of the data table for the current merge operation or empty string if the name is not available. |
See Also
- module aspose.words.mailmerging
- class FieldMergingArgs
- class ImageFieldMergingArgs