Sort Score
Result 10 results
Languages All
Labels All
Results 2,161 - 2,170 of 22,622 for

merge

(0.09 sec)
  1. MailMergeSettings.Odso | Aspose.Words for .NET

    Discover how to easily manage MailMergeSettings with ODSO properties. Streamline your document automation and enhance your workflow efficiency today!...Shows how to execute a mail merge with data from an Office Data...created with Aspose Words mail merge." }; string dataSrcFilename...

    reference.aspose.com/words/net/aspose.words.set...
  2. CellMerge | Aspose.Words for Java

    Specifies how a cell in a table is Merged with other cells in Java....is merged with other cells. Examples: Shows how to merge table...first in a range of vertically merged cells. builder.insertCell();...

    reference.aspose.com/words/java/com.aspose.word...
  3. 在工作表中合并或取消合并单元格|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms...."A1" , "C1" ); //Merge the cells. rng1 . Merge ( Missing . Value..."A1" , "C1" ); //Merge the cells. rng1 . Merge (); //Save the file...

    docs.aspose.com/cells/zh/net/merge-or-unmerge-c...
  4. Image Merger Licensing Plugin|Documentation

    Merge images into captivating photo collages using the Aspose.Imaging Image Merger plugin in Java, enabling seamless merging in both horizontal and vertical layouts....for seamless merging. Before executing the merge operation, obtain...free online Aspose.Imaging Merge Application demo site....

    docs.aspose.com/imaging/java/aspose-imaging-jav...
  5. Comparison of Aspose.Email.Mail with MS APIs|Do...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Template-based Mail Merge X Mail Merge from DataSet X Mail Merge from DataTable...DataTable X Mail Merge from DataReader X Bulk Send with Multi-threading...

    docs.aspose.com/email/net/comparison-of-aspose-...
  6. FieldFillIn Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldFillIn class to easily implement FILLIN fields, enhancing your document automation and user interactivity....be recieved once per a mail merge operation. PromptText { get;...page // created during a mail merge done using Microsoft Word. field...

    reference.aspose.com/words/net/aspose.words.fie...
  7. FieldOptions Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldOptions class to optimize field handling in documents, enhancing your workflow and document management efficiency....during a field update or mail merge. Document doc = new Document...DocumentBuilder ( doc ); // Insert two merge fields with German locale. builder...

    reference.aspose.com/words/net/aspose.words.fie...
  8. How to Build a Table from a DataTable in Java|A...

    Example of filling document table from external database using Java....document table is by using Mail Merge with Regions . The technique...suitable template beforehand to merge data with, in other words, if...

    docs.aspose.com/words/java/how-to-build-a-table...
  9. DocumentBuilder.italic property | Aspose.Words ...

    DocumentBuilder.italic property. True if the font is formatted as italic....document builder instead of a mail merge. doc = aw . Document () builder...a data source during a mail merge, # and then fill them manually...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Insert Fields in Java|Aspose.Words for Java

    Different ways to insert fields into your document using Java....example shows how to inserts a merge field into a document using...at a few examples. Inserting Merge Field into a Document using...

    docs.aspose.com/words/java/insert-fields/