Aspose::Words::MailMerging::FieldMergingArgsBase class

FieldMergingArgsBase class

Base class for FieldMergingArgs and ImageFieldMergingArgs. To learn more, visit the Mail Merge and Reporting documentation article.

class FieldMergingArgsBase : public System::Object

Methods

MethodDescription
get_Document() constReturns the Document object for which the mail merge is performed.
get_DocumentFieldName() constGets the name of the merge field as specified in the document.
get_Field() constGets the object that represents the current merge field.
get_FieldName() constGets the name of the merge field in the data source.
get_FieldValue() constGets the value of the field from the data source.
get_RecordIndex() constGets the zero based index of the record that is being merged.
get_TableName() constGets the name of the data table for the current merge operation or empty string if the name is not available.
GetType() const override
Is(const System::TypeInfo&) const override
set_FieldValue(const System::SharedPtr<System::Object>&)Sets the value of the field from the data source.
static Type()

See Also