MailMerge.get_regions_by_name method. Returns a collection of MailMerge regions with the specified name.... Returns a collection of mailmerge regions with the specified...to create, list, and read mailmerge regions. doc = aw . Document...
ImageFieldMergingArgs ImageHeight property. Specifies the image height for the image to insert into the document in C#....MERGEFIELDS accepts them during a mailmerge. public void MergeFieldImageDimen...images from a source during a mailmerge. Use the field code to reference...
IMailMergeDataSource GetValue method. Returns a value for the specified field name or false if the field is not found in C#....Examples Shows how to execute a mailmerge with a data source in the.../// <summary> /// A custom mailmerge data source that you implement...
MailMerge RegionStartTag property. Gets or sets a MailMerge region start tag in C#....RegionStartTag property Gets or sets a mailmerge region start tag. public...to create, list, and read mailmerge regions. Document doc = new...
ImageFieldMergingArgs Image property. Specifies the image that the MailMerge engine must insert into the document in C#....Specifies the image that the mailmerge engine must insert into the...callback to customize image merging logic. public void MergeFieldImages...
Aspose::Words::MailMerging::IMailMergeDataSource interface. Implement this interface to allow MailMerge from a custom data source, such as a list of objects. Master-detail data is also supported in C++....Implement this interface to allow mailmerge from a custom data source...(System::String) The Aspose.Words mailmerge engine invokes this method...
Implement this interface if you want to receive notifications while MailMerge is performed in Java....receive notifications while mailmerge is performed. Examples: Shows...for handling events during mailmerge. Document document = new...
FieldMergingArgsBase.field_name property. Gets the name of the Merge field in the data source....property Gets the name of the merge field in the data source. If...into MERGEFIELDs as merge data during mailmerge. def test_insert_check_box...
Aspose::Words::Settings::MailMergeSettings::set_DoNotSupressBlankLines method. Specifies how an application performing the MailMerge shall handle blank lines in the Merged documents resulting from the MailMerge. The default value is false in C++....performing the mailmerge shall handle blank lines in the merged documents...documents resulting from the mailmerge. The default value is false...
IMailMergeDataSource.get_value method. Returns a value for the specified field name or ``False`` if the field is not found....Examples Shows how to execute a mailmerge with a data source in the...CustomerMailMergeDat ( customers ) doc . mail_merge . execute ( data_source )...