Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 8,036 for

append

(0.05 sec)
  1. 在单元格中插入文本|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....sheetName = "Sheet" + sheetId ; // Append the new worksheet and associate...Name = sheetName }; sheets . Append ( sheet ); workbookPart . Workbook...

    docs.aspose.com/cells/zh/net/insert-text-into-a...
  2. Aspose::Words::ImportFormatOptions::get_KeepSou...

    Aspose::Words::ImportFormatOptions::get_KeepSourceNumbering method. Gets or sets a boolean value that specifies how the numbering will be imported when it clashes in source and destination documents. The default value is false in C++....into the original and then append it, // then the two lists with...the document clone // that we append to the original will carry...

    reference.aspose.com/words/cpp/aspose.words/imp...
  3. Cell constructor | Aspose.Words for Node.js

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

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Paragraph constructor | Aspose.Words for Node.js

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

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose::Words::Tables::Cell::Cell constructor |...

    Aspose::Words::Tables::Cell::Cell constructor. Initializes a new instance of the Cell class in C++.... To append Cell to the document use InsertAfter1()...

    reference.aspose.com/words/cpp/aspose.words.tab...
  6. Extra Annotations using Python|Aspose.PDF for P...

    Learn how to add extra annotations like highlights or notes to PDFs in Python with Aspose.PDF for enhancing PDF content.... Once we are able to append annotations to the page. The...pages [ 1 ] . annotations . append ( caretAnnotation1 ) document...

    docs.aspose.com/pdf/python-net/extra-annotations/
  7. SectionStart enumeration | Aspose.Words for Nod...

    Aspose.Words.SectionStart enumeration. The type of break at the beginning of the section....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/nodejs-net/aspose.wo...
  8. 从PDF中提取段落|Aspose.PDF for Java

    本文描述了如何使用ParagraphAbsorber - Aspose.PDF中的一个特殊工具从PDF文档中提取文本。... append ( fragment . getText ()); }...paragraphText . append ( "\r\n" ); } paragraphText . append ( "\r\n"...

    docs.aspose.com/pdf/zh/java/extract-paragraph-f...
  9. Merge MD Files in Python

    Follow this article to merge MD files in Python. It has details to set the IDE, a list of steps, and a sample code to merge Markdown files in Python....into separate Document objects Append the second Markdown file to...the first Markdown using the append_document() method Save the...

    kb.aspose.com/words/python/merge-md-files-in-py...
  10. Add Slides to Presentations with Python|Aspose....

    Easily add slides to your PowerPoint and OpenDocument presentations using Aspose.Slides for Python via .NET—seamless, efficient slide insertion in seconds....Slides allows you to append new slides based on existing...layout_slides , call add_empty_slide to append a slide that uses that layout...

    docs.aspose.com/slides/python-net/add-slide-to-...