Sort Score
Result 10 results
Languages All
Labels All
Results 3,961 - 3,970 of 18,128 for

paragraph

(0.06 sec)
  1. CompatibilityOptions.UseNormalStyleForList | As...

    Optimize your document formatting with CompatibilityOptions. Control list styles effortlessly, ensuring your bulleted and numbered text looks perfect every time!...Automatically Apply List Paragraph Style To Bulleted/Numbered...

    reference.aspose.com/words/net/aspose.words.set...
  2. Creating a complex PDF|Aspose.PDF for Java

    Aspose.PDF for Java allows you to create more complex documents that contain images, text fragments, and tables in one document....text fragments (header and paragraph), and a table. To build such...alignment. Add header to the page Paragraphs . Create a TextFragment for...

    docs.aspose.com/pdf/java/complex-pdf-example/
  3. MutationObserver – 如何在 C# 与 Aspose.HTML 中使用

    了解如何在 Aspose.HTML for .NET 中使用 MutationObserver 检测 DOM 变化,以实现动态 HTML 处理、自动化和内容监控。...tree to check 30 // Create a paragraph element and append it to the...text and append it to the paragraph 35 Text text = document. CreateTextNode...

    docs.aspose.com/html/zh/net/mutationobserver/
  4. Aspose::Words::Drawing::ShapeBase class | Aspos...

    Aspose::Words::Drawing::ShapeBase class. Base class for objects in the drawing layer, such as an AutoShape, freeform, OLE object, ActiveX control, or picture. To learn more, visit the documentation article in C++....Returns the immediate parent paragraph. get_PreviousSibling () Gets...the shape is a child of a Paragraph object, then the shape is...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. 在演示文稿中使用 Python 复制段落和文本片段|Aspose.Slides for Pyt...

    了解如何使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 演示文稿之间复制段落和文本片段,从而提升你的工作流程。...def copy_paragraph ( par ): temp = slides . Paragraph () # 使用... paraData = par . create_paragraph_format_effective () # 使用ParagraphFormat设置值...

    docs.aspose.com/slides/zh/python-net/copying-pa...
  6. What Is the Aspose Equivalent of Table Design |...

    In PPTX, when working on a table, it is possible to do the following: Table Design ribbon Table Styles Clear Table See screenshot for an example: Clear Table.png (101.6 KB) How to do this in Aspose Slides for Java?...get_Item(i)) { for (IParagraph paragraph : cell.getTextFrame().getParagraphs())...{ for (IPortion portion : paragraph.getPortions()) { IPortionFormat...

    forum.aspose.com/t/what-is-the-aspose-equivalen...
  7. CellFormat class | Aspose.Words for Python

    aspose.words.tables.CellFormat class. Represents all formatting for a table cell...the cell, compressing each paragraph to the width of the cell....we add with it. builder . paragraph_format . alignment = aw ....

    reference.aspose.com/words/python-net/aspose.wo...
  8. 在演示文稿中使用 Python 应用形状动画|Aspose.Slides for Python 文档

    了解如何使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 演示文稿中创建和自定义形状动画。脱颖而出!...AutoShape 并将文本动画设置为 By 1st Level Paragraphs 值: import aspose.slides as..."First paragraph \n Second paragraph \n Third paragraph" # 获取幻灯片的主序列。...

    docs.aspose.com/slides/zh/python-net/shape-anim...
  9. RevisionCollection.Item | Aspose.Words for .NET

    Access specific revisions effortlessly with the RevisionCollection Item property. Quickly retrieve revisions by index for streamlined data management....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...
  10. GroupShape class | Aspose.Words for Node.js

    Aspose.Words.Drawing.GroupShape class. Represents a group of shapes in a document...Returns the immediate parent paragraph. (Inherited from ShapeBase...asParagraph() Cast node to Paragraph . (Inherited from Node ) asRow()...

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