Sort Score
Result 10 results
Languages All
Labels All
Results 851 - 860 of 3,858 for

append

(0.07 sec)
  1. Aspose::Words::Tables::Row::get_IsFirstRow meth...

    Aspose::Words::Tables::Row::get_IsFirstRow method. True if this is the first row in a table; false otherwise in C++....i ++ ) { mVisitedTables -> Append ( u "| " ); } mVisitedTables...

    reference.aspose.com/words/cpp/aspose.words.tab...
  2. Aspose::Words::Tables::Cell::get_IsLastCell met...

    Aspose::Words::Tables::Cell::get_IsLastCell method. True if this is the last cell inside a row; false otherwise in C++....i ++ ) { mVisitedTables -> Append ( u "| " ); } mVisitedTables...

    reference.aspose.com/words/cpp/aspose.words.tab...
  3. Aspose::Words::Tables::Row::get_FirstCell metho...

    Aspose::Words::Tables::Row::get_FirstCell method. Returns the first Cell in the row in C++....i ++ ) { mVisitedTables -> Append ( u "| " ); } mVisitedTables...

    reference.aspose.com/words/cpp/aspose.words.tab...
  4. How to Convert HTML Document to Word in Python

    This short guide provides information on how to convert HTML document to Word in Python. It shares IDE settings, a list of steps, and a runnable sample code for HTML to Word conversion in Python....words namespace Append some sample text to the first...loaded document for instance appending text at the start of the first...

    kb.aspose.com/words/python/how-to-convert-html-...
  5. How to Merge PowerPoint Files using Python

    This article guides on how to merge PowerPoint files using Python. It has basic information for the IDE settings, the program logic, and a runnable sample code to merge slides using Python....Call the add_clone() method to append the slide to the destination...different presentations are to be appended followed by opening the target...

    kb.aspose.com/slides/python/how-to-merge-powerp...
  6. ImageData.crop_top property | Aspose.Words for ...

    ImageData.crop_top property. Defines the fraction of picture removal from the top side....from the source document and append it to the first paragraph..... body . first_paragraph . append_child ( imported_shape ) #...

    reference.aspose.com/words/python-net/aspose.wo...
  7. How to Merge Slides in C#

    This article guides on how to merge slides in C#. It shares the IDE settings, a list of programming tasks, and a runnable sample code to combine PPTX in C#....other presentations will be appended followed by loading all other...source presentation is called to append them. Code to Combine Slides...

    kb.aspose.com/slides/net/how-to-merge-slides-in...
  8. How to Create Tagged PDF using Python

    This short tutorial describes how to create tagged PDF using Python. It contains the IDE settings, a set of tasks for the application and a runnable sample code for adding tags to PDF files using Python....paragraph element and set the text Append the header and paragraph elements...paragraph element that is appended to the root element of the...

    kb.aspose.com/pdf/python/how-to-create-tagged-p...
  9. How to Convert Word to Scanned PDF using C#

    This quick tutorial will guide you on how to convert Word to scanned PDF using C#. While using C# convert Word to scanned PDF using a few lines of code and simple API calls in any of the .NET Core based environments on Windows, macOS or Linux....page JPEG memory streams and append inside pages using DocumentBuilder...

    kb.aspose.com/words/net/how-to-convert-word-to-...
  10. ImportFormatOptions | Aspose.Words for Java

    Allows to specify various import options to format output in Java....text box formatting while appending a document. // Create a document...into the original and then append it, // then the two lists with...

    reference.aspose.com/words/java/com.aspose.word...