Aspose::Words::MailMerging::FieldMergingArgsBase class
Contents
[
Hide
]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
Method | Description |
---|---|
get_Document() const | Returns the Document object for which the mail merge is performed. |
get_DocumentFieldName() const | Gets the name of the merge field as specified in the document. |
get_Field() const | Gets the object that represents the current merge field. |
get_FieldName() const | Gets the name of the merge field in the data source. |
get_FieldValue() const | Gets the value of the field from the data source. |
get_RecordIndex() const | Gets the zero based index of the record that is being merged. |
get_TableName() const | Gets 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
- Namespace Aspose::Words::MailMerging
- Library Aspose.Words for C++