Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 4,387 for

mail merge

(0.19 sec)
  1. MailMergeRegionInfo.Level | Aspose.Words for .NET

    MailMergeRegionInfo Level property. Returns the nesting level for the region in C#....Examples Shows how to verify mail merge regions. Document doc = new...new Document ( MyDir + "Mail merge regions.docx" ); // Returns...

    reference.aspose.com/words/net/aspose.words.mai...
  2. MailMergeRegionInfo.Fields | Aspose.Words for .NET

    MailMergeRegionInfo Fields property. Returns a list of child fields in C#....Examples Shows how to verify mail merge regions. Document doc = new...new Document ( MyDir + "Mail merge regions.docx" ); // Returns...

    reference.aspose.com/words/net/aspose.words.mai...
  3. MailMergeRegionInfo.StartField | Aspose.Words f...

    MailMergeRegionInfo StartField property. Returns a start field for the region in C#....Examples Shows how to verify mail merge regions. Document doc = new...new Document ( MyDir + "Mail merge regions.docx" ); // Returns...

    reference.aspose.com/words/net/aspose.words.mai...
  4. Aspose::Words::MailMerging::FieldMergingArgsBas...

    Base class for FieldMergingArgs and ImageFieldMergingArgs....execute a mail merge with a custom callback that handles merge data...we have already inserted the merged content manually, // we will...

    reference.aspose.com/words/cpp/class/aspose.wor...
  5. Aspose::Words::DocumentBuilder::get_Italic meth...

    Aspose::Words::DocumentBuilder::get_Italic method. True if the font is formatted as italic in C++....document builder instead of a mail merge. auto doc = MakeObject <...in a data source during a mail merge, // and then fill them manually...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. Aspose.Words Java for PHP Usage Examples|Aspose...

    Examples of using Aspose.Words Java for PHP....> Simple Mail Merge Aspose.Words provides a reporting...similar to Microsoft Word’s mail merge. Here is a code example to...

    docs.aspose.com/words/java/usage-examples-for-php/
  7. MailMergeRegionInfo.EndField | Aspose.Words for...

    MailMergeRegionInfo EndField property. Returns an end field for the region in C#....Examples Shows how to verify mail merge regions. Document doc = new...new Document ( MyDir + "Mail merge regions.docx" ); // Returns...

    reference.aspose.com/words/net/aspose.words.mai...
  8. Aspose::Words::Settings::OdsoRecipientData Clas...

    Represents information about a single record within an external data source that is to be excluded from the Mail Merge....the mail merge. If a record shall be merged into a merged document...record shall not be merged into a merged document, then the value...

    reference.aspose.com/words/cpp/class/aspose.wor...
  9. FieldNextIf | Aspose.Words for Java

    Implements the NEXTIF field in Java....record is merged into the current merge document. (Merge fields...next data record is merged into a new merge document. Examples:...

    reference.aspose.com/words/java/com.aspose.word...
  10. Nested Regions creating multiple rows instead o...

    Nested Regions creating multiple rows instead of single row I am using this code ``` DataSet dataSet = new DataSet(); // Approver's main information DataTable tblApprovers = new DataTable("Approver......docx"); // Handle the mail merge with nested regions doc.MailMerge...Document(@"C:\Temp\in.docx"); // Handle the mail merge with nested regions doc.MailMerge...

    forum.aspose.com/t/nested-regions-creating-mult...