Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 7,721 for

append

(0.04 sec)
  1. Create a spreadsheet document|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....Sheets >( new Sheets ()); // Append a new worksheet and associate...Name = "mySheet" }; sheets . Append ( sheet ); workbookpart . Workbook...

    docs.aspose.com/cells/net/create-a-spreadsheet-...
  2. Add Comments to Visio Drawings using Python

    This brief article guides to add comments to Visio drawings using Python. You can follow this code and steps to insert comments to Visio drawings using Python...., and append comments based on your workflow...the source Visio diagram and append the comment while accessing...

    kb.aspose.com/diagram/python/add-comments-to-vi...
  3. Aspose::Words::ParagraphAlignment enum | Aspose...

    Aspose::Words::ParagraphAlignment enum. Specifies text alignment in a paragraph in C++....create a new section, and then append it as a child to the root document...formatting properties, and then append it as a child to the body....

    reference.aspose.com/words/cpp/aspose.words/par...
  4. Working With Comments in Jython|Aspose.Words fo...

    Working with comments using Jython.... append ( str ( comment . getAuthor...else : collectedComments . append ( str ( comment . getAuthor...

    docs.aspose.com/words/java/working-with-comment...
  5. 合并相邻单元格|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....Create the merged cell and append it to the MergeCells collection...cell2Name ) }; mergeCells . Append ( mergeCell ); worksheet ....

    docs.aspose.com/cells/zh/net/merge-two-adjacent...
  6. PageSetup.SectionStart | Aspose.Words for .NET

    Discover the PageSetup SectionStart property to easily manage section breaks in your document. Enhance formatting and improve layout control today!...create a new section, and then append it as a child to the root document...formatting properties, and then append it as a child to the body....

    reference.aspose.com/words/net/aspose.words/pag...
  7. Working with Calendar Items in PST File|Documen...

    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.... append ( exception_info ) pattern... modified_instance_dates . append ( exception_date ) # every...

    docs.aspose.com/email/python-net/working-with-c...
  8. Story.AppendParagraph | Aspose.Words for .NET

    Discover the Story AppendParagraph method, effortlessly create and Append a Paragraph object with customizable text for seamless document enhancement....object with optional text and appends it to the end of this object...Value The newly created and appended paragraph. Examples Shows...

    reference.aspose.com/words/net/aspose.words/sto...
  9. Rotate Text Inside PDF using C++|Aspose.PDF for...

    Learn how to rotate text within a PDF document in C++ using Aspose.PDF to adjust text orientation and improve layout....TextBuilder > ( page ); // Append the text fragment to the PDF...-> set_Rotation ( - 45 ); // Append the text fragments to the paragraph...

    docs.aspose.com/pdf/cpp/rotate-text-inside-pdf/
  10. Row constructor | Aspose.Words for Node.js

    Row constructor. Initializes a new instance of the [Row](../) class.... To append Row to the document use CompositeNode...

    reference.aspose.com/words/nodejs-net/aspose.wo...