Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 9,112 for

append

(0.11 sec)
  1. Text Based Annotations using Python|Aspose.PDF ...

    Learn how to add, inspect, and delete free text, highlight, underline, squiggly, and strikeout annotations in PDF documents using Aspose.PDF for Python via .NET.... append ( free_text_annotation ) document...pages [ 1 ] . annotations . append ( free_text_annotation ) document...

    docs.aspose.com/pdf/python-net/text-based-Annot...
  2. Merge two adjacent cells|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/net/merge-two-adjacent-ce...
  3. Aspose::Words::Document::AppendDocument method ...

    Aspose::Words::Document::AppendDocument method. Appends the specified document to the end of this document in C++....Aspose::Words::ImportFormatMode) method Appends the specified document to the...Document>& The document to append. importFormatMode Aspose::...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. Paragraph.isEndOfHeaderFooter property | Aspose...

    Paragraph.isEndOfHeaderFooter property. True if this paragraph is the last paragraph in the [HeaderFooter](../../headerfooter/) (main text story) of a [Section](../../section/); false otherwise....(); // Create a header and append a paragraph to it. The text...true ); // Create a footer and append a paragraph to it. The text...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Paragraph.parentStory property | Aspose.Words f...

    Paragraph.parentStory property. Retrieves the parent section-level story that can be [Body](../../body/) or [HeaderFooter](../../headerfooter/)....(); // Create a header and append a paragraph to it. The text...true ); // Create a footer and append a paragraph to it. The text...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Add Field Script|Aspose.PDF for Python via .NET

    Interactive PDF forms can include JavaScript to automate actions when users interact with form fields. Using Aspose.PDF for Python, developers can easily attach scripts to form elements such as buttons or text fields.... Append another JavaScript action to...os import path sys . path . append ( path . join ( path . dirname...

    docs.aspose.com/pdf/python-net/add-field-script/
  7. Extract Data from Table in PDF with Python|Aspo...

    Learn how to extract table data from PDF files with Aspose.PDF for Python and export the results for further processing.... append ( "" . join ( seg . text for...fragment . segments )) row_text . append ( "|" . join ( cell_text ))...

    docs.aspose.com/pdf/python-net/extract-data-fro...
  8. Node.GetText | Aspose.Words for .NET

    Discover the Node GetText method to effortlessly retrieve text from a node and its child elements, enhancing your data management and development efficiency....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/nod...
  9. Paragraph.parent_story property | Aspose.Words ...

    Paragraph.parent_story property. Retrieves the parent section-level story that can be [Body](../../body/) or [HeaderFooter](../../headerfooter/)....Document () # Create a header and append a paragraph to it. The text...( header ) para = header . append_paragraph ( 'My header.' )...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Delete Pages from PDF|Aspose.PDF for Python via...

    Remove selected pages from a PDF document using Aspose.PDF for Python.... append ( path . join ( path . dirname...pages_to_delete , outfile ) Append Pages to PDF Extract Pages...

    docs.aspose.com/pdf/python-net/delete-pages-fro...