Sort Score
Result 10 results
Languages All
Labels All
Results 2,601 - 2,610 of 18,181 for

paragraphs

(0.06 sec)
  1. Aspose::Words::Tables::Table class | Aspose.Wor...

    Aspose::Words::Tables::Table class. Represents a table in a Word document. To learn more, visit the documentation article in C++....contain cells, which may have paragraphs // with typical elements...least one row, cell, and paragraph. auto firstRow = System ::...

    reference.aspose.com/words/cpp/aspose.words.tab...
  2. Footnote | Aspose.Words for Java

    Represents a container for text of a footnote or endnote in Java....child of Paragraph . Footnote can contain Paragraph and Table...not a paragraph, creates and appends one empty paragraph. fet...

    reference.aspose.com/words/java/com.aspose.word...
  3. Document class | Aspose.Words for Python

    aspose.words.Document class. Represents a Word document...creates one section with one paragraph. expand_table_styles_to_direct_formatting()...with same formatting in all paragraphs of the document. next_pre_order(root_node)...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Convert various file formats to PDF|Aspose.PDF ...

    Explore the functionality of converting other document formats like Word, Excel, and PowerPoint to PDF with Aspose.PDF for PHP via Java.... Add a new paragraph in Paragraphs collection using TextFragment...

    docs.aspose.com/pdf/php-java/convert-other-file...
  5. Node | Aspose.Words for Java

    Base class for all nodes of a Word document in Java....section body can contain Paragraph and Table nodes. // If the...Document doc = new Document(); Paragraph para = doc.getFirstSection()...

    reference.aspose.com/words/java/com.aspose.word...
  6. 将 HTML 转换为 Markdown – Aspose.HTML for Python vi...

    使用 Aspose.HTML 或在线 HTML 转换器以编程方式将 HTML 转换为 Markdown。通过 Python 示例探索 HTML 到 MD 的转换场景。...to convert only links and paragraphs or include a broader range...MarkdownFeatures . AUTOMATIC_PARAGRAPH 26 27 # Call the convert_html...

    docs.aspose.com/html/zh/python-net/convert-html...
  7. Fonts of sans serif type

    This article provides a brief overview of sans-serif fonts, explaining their characteristics and purpose, pros and cons, and many more....recognition, particularly in long paragraphs or dense text. Sans-serif...

    docs.aspose.com/font/net/what-is-font/sans-seri...
  8. 使用 C++ 向 PDF 添加文本|Aspose.PDF for C++

    本文描述了在 Aspose.PDF 中处理文本的各个方面。了解如何向 PDF 添加文本、添加 HTML 片段或使用自定义 OTF 字体。...( page ); // 创建文本段落 auto paragraph = MakeObject < TextParagraph...TextParagraph > (); // 设置随后的行缩进 paragraph -> set_SubsequentLinesInden (...

    docs.aspose.com/pdf/zh/cpp/add-text-to-pdf-file/
  9. Errors at high traffic on multiple threads - Fr...

    We are using aspose for converting word to pdf and converting pdf to pdfa. When there is a lot of converting (we are using 8 threads for this actions) sometimes random errors occur when converting. When we try to convert…...There we cases of missing paragraphs in the middle of the page...

    forum.aspose.com/t/errors-at-high-traffic-on-mu...
  10. OfficeMath | Aspose.Words for Java

    Represents an Office Math object such as function equation matrix or alike in Java....OfficeMath can only be a child of Paragraph . Examples: Shows how to set...getParentParagraph() Retrieves the parent Paragraph of this node. getParentParagraph_IInline()...

    reference.aspose.com/words/java/com.aspose.word...