Sort Score
Result 10 results
Languages All
Labels All
Results 2,661 - 2,670 of 18,952 for

paragraphs

(0.56 sec)
  1. Java :word 转pdf 报错 java.lang.IllegalArgumentExc...

    java.lang.IllegalArgumentException: Unexpected number style: ‘62’... You can iterate over paragraphs, detect list items, and clear...Source) at com.aspose.words.Paragraph.acceptStart(Unknown Source)...

    forum.aspose.com/t/java-word-pdf-java-lang-ille...
  2. Table class | Aspose.Words for Node.js

    Aspose.Words.Table class. Represents a table in a Word document...asParagraph() Cast node to Paragraph . (Inherited from Node ) asRow()...isDeep) Returns an Nth child Paragraph node. (Inherited from CompositeNode...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Node | Aspose.Words for Java

    Base class for all nodes of a Word document in Java....Document doc = new Document(); Paragraph para = doc.getFirstSection()...first paragraph of this document. Paragraph paragraph = (Paragraph)...

    reference.aspose.com/words/java/com.aspose.word...
  4. Dyslexia and Fonts

    Dyslexic fonts can be used in various projects and apps to improve readability and accessibility for those who have dyslexia. Learn the fundamentals here....used: Main body text and paragraphs on web pages. Headings and...

    docs.aspose.com/font/net/what-is-font/dyslexic-...
  5. 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...
  6. Insertion of a document at a bookmark updates h...

    Hi Aspose Team, I’m noticing that when I insert a document (Charts_EXECSUM.docm) at a bookmark location in word document (Template_Stnd_Plan_Text.docm), the table of content is updating in all caps for the newly inserte…...document there are three paragraphs formatted with heading 2...

    forum.aspose.com/t/insertion-of-a-document-at-a...
  7. Manage Presentation Shapes in .NET|Aspose.Slide...

    Learn to create, edit and optimize shapes in Aspose.Slides for .NET and deliver high-performance PowerPoint presentations.... Paragraphs [ 0 ]; IPortion portion =...

    docs.aspose.com/slides/net/shape-manipulations/
  8. 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...
  9. 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...
  10. 使用 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/