Sort Score
Result 10 results
Languages All
Labels All
Results 561 - 570 of 4,387 for

mail merge

(0.21 sec)
  1. About Reporting|Aspose.Words for SharePoint

    Basic principles of the Reporting in the Aspose.Words for SharePoint....Words' mail merge feature . However, Aspose...source. Regular Microsoft Word mail merge fields serve as placeholders...

    docs.aspose.com/words/sharepoint/about-reportin...
  2. How to update dynamic value to mergedfield (If ...

    Can we passed dynamic parameter to word template file and can used in Merged field for if condition? And print barcode {IF {MergeFIELD isBarCode ="true"} {DISPLAYBARCODE "{MergeFIELD WOBarcode \* MergeFORMAT }" s:C…...template file and can used in merged field for if condition? And...hasMacros()) { doc.removeMacros(); } merge = doc.getMailMerge() ; // document...

    forum.aspose.com/t/how-to-update-dynamic-value-...
  3. Aspose::Words::MailMerging::MailMergeRegionInfo...

    Aspose::Words::MailMerging::MailMergeRegionInfo::get_Fields method. Returns a list of child fields in C++....Examples Shows how to verify mail merge regions. auto doc = MakeObject...< Document > ( MyDir + u "Mail merge regions.docx" ); // Returns...

    reference.aspose.com/words/cpp/aspose.words.mai...
  4. Aspose::Words::MailMerging::FieldMergingArgs::g...

    Aspose::Words::MailMerging::FieldMergingArgs::get_Text method. Gets or sets the text that will be inserted into the document for the current Merge field in C++....the document for the current merge field. System :: String Aspose...leave Text as null , the mail merge engine will insert FieldValue...

    reference.aspose.com/words/cpp/aspose.words.mai...
  5. FieldNextIf Class | Aspose.Words for .NET

    Aspose.Words.Fields.FieldNextIf class. Implements the NEXTIF field in C#....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/net/aspose.words.fie...
  6. Remove Empty Regions in Ruby|Aspose.Words for Java

    Remove empty regions from word document using Ruby....DataSet() # Set the appropriate mail merge clean up options to remove...REMOVE_UNUSED_REGIONS ) # Execute mail merge which will have no effect...

    docs.aspose.com/words/java/remove-empty-regions...
  7. FieldFillIn | Aspose.Words for Java

    Implements the FILLIN field in Java....page // created during a mail merge done using Microsoft Word...insertField(FieldType.FIELD_MERGE_FIELD, true); mergeField.se...

    reference.aspose.com/words/java/com.aspose.word...
  8. MailMerge Cleanup Options remove "too much" - F...

    I have two MailMerge tables, of which one can be empty. I use doc.getMailMerge().setCleanupOptions(MailMergeCleanupOptions.REMOVE_UNUSED_REGIONS); to not render the table at all, if it is empty. The problem is, the t…...debug("Running Mail Merge for table '{}'", tableName);...template with data by executing mail merge with regions once to get...

    forum.aspose.com/t/mailmerge-cleanup-options-re...
  9. Updating and Removing a Field in C#|Aspose.Word...

    Field updating in details using C#.... When you execute mail merge all fields are updated automatically...Update during Mail Merge When you execute a mail merge, all fields...

    docs.aspose.com/words/net/updating-and-removing...
  10. FieldMergeField.IsVerticalFormatting | Aspose.W...

    FieldMergeField IsVerticalFormatting property. Gets or sets whether to enable character conversion for vertical formatting in C#....MERGEFIELD fields to perform a mail merge. Document doc = new Document...data table to be used as a mail merge data source. DataTable table...

    reference.aspose.com/words/net/aspose.words.fie...