Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 625 for

paragraph lines count

(0.04 sec)
  1. CommentRangeStart | Aspose.Words for Java

    Denotes the start of a region of text that has a comment associated with it in Java....and can only be a child of Paragraph . Examples: Shows how print...and then add your comment. Paragraph para = doc.getFirstSection()...

    reference.aspose.com/words/java/com.aspose.word...
  2. 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...
  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. 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...
  5. BuiltInDocumentProperties class | Aspose.Words ...

    aspose.words.properties.BuiltInDocumentProperties class. A collection of built-in document properties... count Gets number of items in the...UTC. lines Represents an estimate of the number of lines in the...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 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...
  7. Text Formatting|Aspose.Slides Documentation

    Manage and manipulate text and text frame properties in C++...0f ); auto paragraphs = autoShape -> get_TextFrame...get_TextFrame () -> get_Paragraphs (); paragraphs -> Clear (); System...

    docs.aspose.com/slides/cpp/text-formatting/
  8. OfficeMath class | Aspose.Words for Node.js

    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/nodejs-net/aspose.wo...
  9. Text Formatting|Aspose.Slides Documentation

    Manage and manipulate text and text frame properties in C#...text paragraphs, set text transparency, change paragraph font... manage a text frame, set a line spacing, use the Autofit property...

    docs.aspose.com/slides/net/text-formatting/
  10. Text Formatting|Aspose.Slides Documentation

    Manage and manipulate text and text frame properties in Java... clear (); Paragraph para = new Paragraph (); Portion portion1...getParagraphs (). clear (); Paragraph para = new Paragraph (); Portion portion1...

    docs.aspose.com/slides/java/text-formatting/