Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 707 for

paragraph lines count

(0.05 sec)
  1. HeaderFooterCollection | Aspose.Words for Java

    Provides typed access to HeaderFooter nodes of a Section in Java....append a paragraph to it. The text in that paragraph // will appear...getHeadersFooters().add(header); Paragraph para = header.appendParagraph("My...

    reference.aspose.com/words/java/com.aspose.word...
  2. Section | Aspose.Words for Java

    Represents a single section in a document in Java....needs to have Body with one Paragraph . Each section has its own...section, one body and one paragraph. // Call the "RemoveAllChildren"...

    reference.aspose.com/words/java/com.aspose.word...
  3. OfficeMath Class | Aspose.Words for .NET

    Discover the Aspose.Words.Math.OfficeMath class, designed for creating and managing Office Math objects like equations and matrices with ease....Properties Name Description Count { get; } Gets the number of...text or displayed on its own line. virtual Document { get; } Gets...

    reference.aspose.com/words/net/aspose.words.mat...
  4. listDepth API Is Returning 0 and 1 for Bullet P...

    Hi team, we are using aspose 25.6 version while trying to access the listDepth of a bullet text Paragraph we are using: ParagraphFormat->get_Depth() where, ParagraphFormat is. retrieved as : auto ParagraphFormat = …...listDepth of a bullet text paragraph we are using: paragraphFormat->get_Depth()...: auto paragraphFormat = paragraph->get_ParagraphFormat()->GetEffective();...

    forum.aspose.com/t/listdepth-api-is-returning-0...
  5. 将文本转换为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...
  6. Format PowerPoint Text in JavaScript|Aspose.Sli...

    Format and style text in PowerPoint and OpenDocument presentations using JavaScript and Aspose.Slides for Node.js. Customize fonts, colors, alignment, and more.... Paragraph (); var portion1 = new aspose...getTextFrame () != null ) { const paragraphs = autoShape . getTextFrame...

    docs.aspose.com/slides/nodejs-java/text-formatt...
  7. 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/
  8. 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/
  9. HeaderFooter | Aspose.Words for Java

    Represents a container for the header or footer text of a section in Java....HeaderFooter can contain Paragraph and Table child nodes. HeaderFooter...HeaderFooter contains at least one Paragraph , it is no longer considered...

    reference.aspose.com/words/java/com.aspose.word...
  10. 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...