Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 4,387 for

mail merge

(0.08 sec)
  1. 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...
  2. Nested Regions creating multiple rows instead o...

    I am using this code DataSet dataSet = new DataSet(); // Approver's main information DataTable tblApprovers = new DataTable("ApproverDetails"); tblApprovers.Columns.Add("ApproverDescription", typeof(string)); tblApprov…...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...
  3. odsofieldmappingtype - Aspose.Words for Java - ...

    Detailed explanation & examples of Aspose.Words for Java classes & methods. Generate, convert, modify, render and print Word documents using Java....used to indicate if a given mail merge field has been mapped to...COLUMN = 0 Specifies that the mail merge field has been mapped to...

    reference.aspose.com/words/java/com.aspose.word...
  4. Document.mail_merge property | Aspose.Words for...

    Document.Mail_Merge property. Returns a [MailMerge](../../../aspose.words.Mailmerging/MailMerge/) object that represents the Mail Merge functionality for the document....mail_merge property Document.mail_merge property Returns a MailMerge...object that represents the mail merge functionality for the document...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose.Words Features Missing in Docx4j|Aspose....

    Perform some operations with documents faster and more conveniently than docx4j. In addition, there are operations that are not supported by docx4j....Document section Mail Merge The Mail Merge and Reporting section...

    docs.aspose.com/words/java/missing-features-of-...
  6. RTF Import - Field Features|Aspose.Words for .NET

    Import RTF document using field load options in C#.... The first allows you to merge data into a document, the latter...fields such as formula fields or merge fields are evaluated correctly...

    docs.aspose.com/words/net/field-features-suppor...
  7. RTF Import - Field Features|Aspose.Words for Java

    Import RTF document using field load options in Java.... The first allows you to merge data into a document, the latter...fields such as formula fields or merge fields are evaluated correctly...

    docs.aspose.com/words/java/field-features-suppo...
  8. FlatOPC Import - Field Features|Aspose.Words fo...

    Import FlatOPC document using field load options in Java.... The first allows you to merge data into a document, the latter...fields such as formula fields or merge fields are evaluated correctly...

    docs.aspose.com/words/java/field-features-suppo...
  9. Aspose::Words::MailMerging::MailMerge::GetField...

    Aspose::Words::MailMerging::MailMerge::GetFieldNames method. Returns a collection of Mail Merge field names available in the document in C++....method Returns a collection of mail merge field names available in...GetFieldNames () Remarks Returns full merge field names including optional...

    reference.aspose.com/words/cpp/aspose.words.mai...
  10. Numeric format / InvariantCulture / NumberDecim...

    Hello team, I have code running like below since 2007. Changing the culture of the thread to Invariant then was the way to go to have a consistent culture and working numeric formats on each machine. The goal was to alw…...document before executing mail merge. For example see the following...change format during executing mail merge in IFieldMergingCallbac :...

    forum.aspose.com/t/numeric-format-invariantcult...