Sort Score
Result 10 results
Languages All
Labels All
Results 3,721 - 3,730 of 18,242 for

paragraph

(0.48 sec)
  1. Revision.Reject | Aspose.Words for .NET

    Master the Revision Reject method to streamline your workflow and enhance productivity. Say goodbye to unnecessary changes today!...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...
  2. 管理 Java 中的演示文稿表格|Aspose.Slides 文档

    使用 Aspose.Slides for Java 在 PowerPoint 幻灯片中创建和编辑表格。发现简洁的代码示例,以简化您的表格工作流。...(); // 为文本框创建 Paragraph 对象 IParagraph paragraph = txtFrame . getParagraphs...Portion 对象 IPortion portion = paragraph . getPortions (). get_Item...

    docs.aspose.com/slides/zh/java/manage-table/
  3. 在 Android 上管理演示文稿表格|Aspose.Slides 文档

    使用 Aspose.Slides for Android 在 PowerPoint 幻灯片中创建和编辑表格。发现简洁的 Java 示例代码,简化您的表格工作流程。...(); // 为文本框创建 Paragraph 对象 IParagraph paragraph = txtFrame . getParagraphs...Portion 对象 IPortion portion = paragraph . getPortions (). get_Item...

    docs.aspose.com/slides/zh/androidjava/manage-ta...
  4. 使用 Python 管理演示文稿中的文本框|Aspose.Slides for Python 文档

    Aspose.Slides for Python via .NET 可轻松创建、编辑和克隆 PowerPoint 和 OpenDocument 文件中的文本框,提升您的演示文稿自动化工作。...AutoShape : for paragraph in shape . text_frame . paragraphs : for portion...portion in paragraph . portions : portion . text = portion . text...

    docs.aspose.com/slides/zh/python-net/manage-tex...
  5. Aspose words python : Missing tab leaders (dots...

    Hi Team, Currently using Aspose words python to modify docx files. As marked above, We have noticed missing tab leaders for some of the titles. We are using below code to update TOC fields. If we manually follow belo…... If the TOC paragraph style does not contain a right‑aligned...entries; it does not modify the paragraph style that defines the tab...

    forum.aspose.com/t/aspose-words-python-missing-...
  6. HtmlSaveOptions.documentSplitHeadingLevel prope...

    HtmlSaveOptions.documentSplitHeadingLevel property. Specifies the maximum level of headings at which to split the document...document will be split at paragraphs formatted using Heading 1...only Heading 1 and Heading 2 paragraphs cause the document to be...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. How to Create a Table in PowerPoint using Python

    This simple topics guides on how to create a table in Powerpoint using Python. It covers all the required information and a runnable sample code to add table in PowerPoint using Python.... and bullet type for the paragraph text. You can also use other...

    kb.aspose.com/slides/python/how-to-create-a-tab...
  8. How to Create a Table in PowerPoint using C#

    This article guides on how to create a table in Powerpoint using C#. It contains all the necessary information and a runnable sample code to add table in PowerPoint using C#....class object and set the text paragraph formatting as per your requirements...

    kb.aspose.com/slides/net/how-to-create-a-table-...
  9. 如何使用 C# 在 Word 文档中创建表格

    关于如何使用 C# 代码在 Word 文档中创建表格的分步教程。使用带有 Aspose DocumentBuilder 和 DOM 类的 C# 以编程方式在 Word 中创建表格。...文档对象模型中使用 Table、Row、Cell 和 Paragraph 类添加表格元素的替代方法。 Updated on 19...

    kb.aspose.com/zh/words/net/how-to-create-table-...
  10. FieldLink class | Aspose.Words for Python

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

    reference.aspose.com/words/python-net/aspose.wo...