Sort Score
Result 10 results
Languages All
Labels All
Results 1,951 - 1,960 of 4,637 for

paragraph builder

(0.09 sec)
  1. FootnoteOptions class | Aspose.Words for Python

    aspose.words.notes.FootnoteOptions class. Represents the footnote numbering options for a document or section... Document () builder = aw . DocumentBuilder ( doc...document builder's "InsertFootnote" method. builder . write (...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Document.footnote_options property | Aspose.Wor...

    Document.footnote_options property. Provides options that control numbering and positioning of footnotes in this document.... Document () builder = aw . DocumentBuilder ( doc...document builder's "InsertFootnote" method. builder . write (...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose.Words DOM|Aspose.Words for Node.js via .NET

    Document Object Model (DOM) is an in-memory representation of a Word document. Read, manipulate, and modify the content and formatting of a Word document using Node.js.... Every run of a text, paragraph, table, or a section is a... for example, Section or Paragraph , derive from the CompositeNode...

    docs.aspose.com/words/nodejs-net/aspose-words-d...
  4. DocumentBuilder.insert_table_of_contents method...

    DocumentBuilder.insert_table_of_contents method. Inserts a TOC (table of contents) field into the document.... Document () builder = aw . DocumentBuilder ( doc...Configure the table to pick up paragraphs with headings of levels 1...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Add Text to PDF using C#|Aspose.PDF for .NET

    Learn how to add text to a PDF document in .NET using Aspose.PDF for content enhancement and document editing....pdf" )) { // Create text builder object for first page of document...document . Pages . Add (); var builder = new Aspose . Pdf . Text ...

    docs.aspose.com/pdf/net/add-text-to-pdf-file/
  6. 档案

    档案...System::SharedPtr<DocumentBuilder> builder = System::MakeObject<DocumentBuilder>(doc);...lder>(doc); // 在文档开头插入目录。 builder->InsertTableOfContent(u"\\o...

    blog.aspose.com/zh/words/working-with-table-of-...
  7. FieldIncludePicture Class | Aspose.Words for .NET

    Discover Aspose.Words.Fields.FieldIncludePicture class to effortlessly implement INCLUDEPICTURE fields, enhancing document automation and image integration....node, returns its parent paragraph. If the field is already removed...Document (); DocumentBuilder builder = new DocumentBuilder ( doc...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Python and .NET Version Differences|Aspose.Word...

    Aspose.Words for Python via .NET is a wrapper of Aspose.Words for .NET, this page describes the differences in features and API of these two products....in C# code you would use (Paragraph)node for casting, in Python...Python you have to use node.as_paragraph() method. In the Python version...

    docs.aspose.com/words/python-net/python-notes/
  9. Aspose::Words::Fields::FieldSet class | Aspose....

    Aspose::Words::Fields::FieldSet class. Implements the SET field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...Words :: Document > (); auto builder = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. DocumentBuilder.InsertTableOfContents | Aspose....

    Effortlessly enhance your documents with the DocumentBuilder InsertTableOfContents method, adding a dynamic TOC for easy navigation and improved organization....Document (); DocumentBuilder builder = new DocumentBuilder ( doc...Configure the table to pick up paragraphs with headings of levels 1...

    reference.aspose.com/words/net/aspose.words/doc...