Sort Score
Result 10 results
Languages All
Labels All
Results 3,681 - 3,690 of 18,529 for

paragraph

(0.2 sec)
  1. RevisionType enumeration | Aspose.Words for Python

    aspose.words.RevisionType enumeration. Specifies the type of change being tracked in [Revision](../revision/).... first_paragraph . runs [ 0 ] . remove () #...its parent node from the paragraph text # and then remove the...

    reference.aspose.com/words/python-net/aspose.wo...
  2. HTML to DOCX transformation through Aspose.word...

    Hello, I’m making the transformation from HTML to Word document with aspose.words in java using a .dotx and the first page of the transformed word document is always empty, the document starts from the second page. Do yo…...Tab"); for (Paragraph para : (Iterable<Paragraph>) template....getChildNodes(NodeType.PARAGRAPH, true)) { String className =...

    forum.aspose.com/t/html-to-docx-transformation-...
  3. FieldAutoNumOut Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldAutoNumOut class for seamless AUTONUMOUT field implementation, enhancing document automation and efficiency....node, returns its parent paragraph. If the field is already removed...Examples Shows how to number paragraphs using AUTONUMOUT fields....

    reference.aspose.com/words/net/aspose.words.fie...
  4. RevisionCollection.Count | Aspose.Words for .NET

    Discover the RevisionCollection Count property, which efficiently reveals the total number of revisions, enhancing your data management and tracking....its parent node from the paragraph text // and then remove the...doc . FirstSection . Body . Paragraphs [ 1 ]; Node endNode = doc...

    reference.aspose.com/words/net/aspose.words/rev...
  5. Working with Text Styles | Aspose.Note Document...

    A guide on how to work with text styles within a Java development environment.... Change style of the paragraph. Copy 1 String dataDir = Utils...with ❤ by GitHub Set default paragraph style settings. Copy 1 String...

    docs.aspose.com/note/java/working-with-text-sty...
  6. How to Insert Comment in Word using Python

    This article explains how to insert comment in Word using Python. It assists in configuring the IDE environment to use the required libraries, step-by-step procedure to write the program and a runnable sample code to add comment in Word using Python....DocumentBuilder object Add a paragraph object in the comment to set...

    kb.aspose.com/words/python/how-to-insert-commen...
  7. Create a Table of Contents in Word using Java

    Create a table of contents in Word using Java. Get details to set IDE, a list of steps, and sample code to generate a table of contents in Word using Java.... Setting the paragraph format and title are optional...

    kb.aspose.com/words/java/create-a-table-of-cont...
  8. Working with Ranges in C#|Aspose.Words for .NET

    Introduction to Range feature in Aspose.Words for .NET...., a paragraph), then use its Range.Text...

    docs.aspose.com/words/net/working-with-ranges/
  9. FieldMergeField class | Aspose.Words for Python

    aspose.words.fields.FieldMergeField class. Implements the MERGEFIELD field...node, returns its parent paragraph. If the field is already removed...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 使用 Java 管理演示文稿中的文本框|Aspose.Slides 文档

    Aspose.Slides for Java 可轻松在 PowerPoint 和 OpenDocument 文件中创建、编辑和克隆文本框,提升演示文稿自动化水平。...getTextFrame (); // 为文本框创建 Paragraph 对象 IParagraph para = txtFrame...shape ; for ( IParagraph paragraph : autoShape . getTextFrame...

    docs.aspose.com/slides/zh/java/manage-textbox/