Sort Score
Result 10 results
Languages All
Labels All
Results 4,281 - 4,290 of 18,595 for

paragraph

(0.13 sec)
  1. Working with Content Control SDT|Aspose.Words f...

    Advanced document content management, how to create and manipulate content controls (Structured Document Tags) using C#....places: Block-level – Among paragraphs and tables, as a child of...content inside, as a child of a Paragraph Nested inside another StructuredDocumentTa...

    docs.aspose.com/words/net/working-with-content-...
  2. What's new|Aspose.PDF for Python via .NET

    In this page introduces the most popular new features in Aspose.PDF for Python via .NET that have been introduced in recent releases....table is added to the page’s paragraph collection. Finally, the updated...document . pages [ 1 ] . paragraphs . add ( table ) # Save updated...

    docs.aspose.com/pdf/python-net/whatsnew/
  3. Memory Requirements|Aspose.Words for Java

    How much memory does Aspose.Words for Java require to work with documents? Learn the details.... So any paragraph or formatted text (even it...file size. Elements such as paragraphs, runs, styles, and embedded...

    docs.aspose.com/words/java/memory-requirements/
  4. Get Node that Contains the End of Matched Strin...

    FindReplaceOptions optionsWhile = new FindReplaceOptions(); optionsWhile.setReplacingCallback(new ReplaceHandler()); WordDoc.getRange().replace(Pattern.compile("[tag(.+?)](.+?)[/tag]"), "", optionsWhile); in ReplaceHand…...text is spanned to several paragraphs, but the code searches the...last Run node in the current paragraph is encountered. It would be...

    forum.aspose.com/t/get-node-that-contains-the-e...
  5. 在 Java 中从演示文稿获取形状有效属性|Aspose.Slides 文档

    了解 Aspose.Slides for Java 如何计算并应用有效形状属性,以实现精确的 PowerPoint 渲染。... println ( "= Effective paragraph formatting for style level...font height after setting paragraph default font height:" ); System...

    docs.aspose.com/slides/zh/java/shape-effective-...
  6. Memory Requirements|Aspose.Words for .NET

    How much memory does Aspose.Words for .NET require to work with documents? Learn the details.... So any paragraph or formatted text (even it...

    docs.aspose.com/words/net/memory-requirements/
  7. 怎么在这里面获取图片信息 if node.node_type == aw.NodeType.S...

    def get_Paragraph_str(Paragraph): """获取段落信息""" para_content = Paragraph.to_string(aw.SaveFormat.TEXT) para_content = para_content.replace("\r", "") para_content = para_content.strip() return para_cont…... 8:40am 1 def get_paragraph_str(paragraph): """获取段落信息""" para_content...para_content = paragraph.to_string(aw.SaveFormat.TEXT) para_content...

    forum.aspose.com/t/if-node-node-type-aw-nodetyp...
  8. Converting to Fixed-page Format in C#|Aspose.Wo...

    Save documents to PDF, XPS, HTML, XAML, PostScript, and PCL formats using C#....images, character formatting, paragraph margins and spacing. However...shading color of the cell or paragraph, or based on the color of...

    docs.aspose.com/words/net/converting-to-fixed-p...
  9. Working with Content Control SDT in Java|Aspose...

    Advanced document content management, how to create and manipulate content controls (Structured Document Tags) using Java....places: Block-level - Among paragraphs and tables, as a child of...content inside, as a child of a Paragraph. Nested inside another StructuredDocumentTa...

    docs.aspose.com/words/java/working-with-content...
  10. HtmlFragment limitation - Free Support Forum - ...

    Is there a limitation on HtmlFragment content size? Rendering pdf with content length 5659 runs very fast, but when I add only one more character then Aspose hangs for some time and it ends up with out of memory exceptio…...setMargin(Margin); // Add HTML Fragment to paragraphs collection of page page.getParagraphs()...yours, as we did not use any paragraph tag. Using your lines of code...

    forum.aspose.com/t/htmlfragment-limitation/10601