Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 714 for

paragraph lines count

(0.1 sec)
  1. 将文本转换为PDF|Aspose.PDF for Android via Java

    Aspose.PDF for Android via Java允许您将纯文本文件转换为PDF或将预格式化文本文件转换为PDF。...使用TextFragment对象在Paragraphs集合中添加一个新段落,并使用Document类的Save方法保存生成的PDF文件。...将文本文件读取为字符串数组 List < String > lines ; try { lines = Files . readAllLines...

    docs.aspose.com/pdf/zh/androidjava/convert-text...
  2. DocumentBase | Aspose.Words for Java

    Provides the abstract base class for a main document and a glossary document of a Word document in Java.... // 1 - Paragraph node: Paragraph para = (Paragraph) doc.getChild(NodeType...getChild(NodeType.PARAGRAPH, 4, true); para.accept(hiddenContentRemover);...

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

    aspose.words.math.OfficeMath class. Represents an Office Math object such as function, equation, matrix or alike...OfficeMath can only be a child of Paragraph . Inheritance: OfficeMath...Properties Name Description count Gets the number of immediate...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Format PowerPoint Text in Java|Aspose.Slides Do...

    Format and style text in PowerPoint and OpenDocument presentations using Aspose.Slides for Java. Customize fonts, colors, alignment, and more.... clear (); Paragraph para = new Paragraph (); Portion portion1...getParagraphs (). clear (); Paragraph para = new Paragraph (); Portion portion1...

    docs.aspose.com/slides/java/text-formatting/
  5. What's new 2025|Aspose.PDF for .NET

    This page introduces the most popular new features in Aspose.PDF for .NET that have been introduced in recent releases.... Count ); Console . WriteLine ( result...UnsignedContent . XForms . Count ); Console . WriteLine ( result...

    docs.aspose.com/pdf/net/whatsnew/2025/
  6. Format PowerPoint Text in PHP|Aspose.Slides for...

    Format and style text in PowerPoint and OpenDocument presentations using Aspose.Slides for PHP via Java. Customize fonts, colors, alignment, and more....-> clear (); $para = new Paragraph (); $portion1 = new Portion...-> clear (); $para = new Paragraph (); $portion1 = new Portion...

    docs.aspose.com/slides/php-java/text-formatting/
  7. MarkdownSaveOptions | Aspose.Words for Java

    Class to specify additional options when saving a document into the SaveFormat.MARKDOWN format in Java....count()); Assert.assertEquals(8, filteredShapes...filter(f -> f.endsWith(".png")).count()); } /// /// Renames saved...

    reference.aspose.com/words/java/com.aspose.word...
  8. Document class | Aspose.Words for Node.js

    Aspose.Words.Document class. Represents a Word document... count Gets the number of immediate...footnotes and endnotes in word count statistics. isComposite Returns...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Row | Aspose.Words for Java

    Represents a table row in Java....contain cells, which may have paragraphs // with typical elements...least one row, cell, and paragraph. Row firstRow = new Row(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  10. Format PowerPoint Text on Android|Aspose.Slides...

    Format and style text in PowerPoint and OpenDocument presentations using Aspose.Slides for Android via Java. Customize fonts, colors, alignment, and more.... clear (); Paragraph para = new Paragraph (); Portion portion1...getParagraphs (). clear (); Paragraph para = new Paragraph (); Portion portion1...

    docs.aspose.com/slides/androidjava/text-formatt...