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

paragraph

(0.18 sec)
  1. Comment.AcceptStart | Aspose.Words for .NET

    Discover the AcceptStart method to seamlessly welcome visitors at the beginning of comments, enhancing user engagement and interaction.... Paragraph para = doc . FirstSection...

    reference.aspose.com/words/net/aspose.words/com...
  2. Aspose::Words::Fields::FieldCompare class | Asp...

    Aspose::Words::Fields::FieldCompare class. Implements the COMPARE field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. Comment.DateTime | Aspose.Words for .NET

    Discover the Comment DateTime property, which captures the exact date and time a comment is posted, enhancing your content management experience.... Paragraph para = doc . FirstSection...

    reference.aspose.com/words/net/aspose.words/com...
  4. Common issues with LaTeX files and how to solve...

    Practical tips to troubleshoot LaTeX files, resolving errors, compilation problems, package conflicts, and formatting bugs for seamless document creation....create a line break in a paragraph. \newline - for a line break...adjust the paragraph spacing: \par - inserts a new paragraph. Blank...

    docs.aspose.com/tex/net/troubleshoot-with-latex...
  5. 使用 JavaScript 管理演示文稿表格|Aspose.Slides for Node.j...

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

    docs.aspose.com/slides/zh/nodejs-java/manage-ta...
  6. Can We Remove Email Id and Phone Number While G...

    Hi Team, Can we remove email id and phone number while generating pdf from ppt. Means the output pdf will not have email and phone number. Secondly, can we replace email & phone number with some string e.g “ABC” while…...= null) { for (IParagraph paragraph : textFrame.getParagraphs())...getParagraphs()) { String text = paragraph.getText(); // remove email addresses...

    forum.aspose.com/t/can-we-remove-email-id-and-p...
  7. 使用 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...
  8. Working with Comments in Python|Aspose.Words fo...

    How to add, remove, or manipulate comments in a document using Python....how to add a comment to a paragraph using the Comment class: The...how to add a comment to a paragraph using a region of text and...

    docs.aspose.com/words/python-net/working-with-c...
  9. 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/
  10. MutationObserver – 与 Aspose.HTML for Java 一起使用

    了解如何使用 Aspose.HTML for Java 的 MutationObserver 类高效地跟踪和处理实时 DOM 更新。...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/java/mutationobserver/