Sort Score
Result 10 results
Languages All
Labels All
Results 1,111 - 1,120 of 7,681 for

paragraph

(0.03 sec)
  1. DocumentVisitor class | Aspose.Words for Node.js

    Aspose.Words.DocumentVisitor class. Base class for custom document visitors...visitParagraphEnd(paragraph) Called when enumeration of a paragraph has ended...visitParagraphStart(paragraph) Called when enumeration of a paragraph has started...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. BorderCollection.count property | Aspose.Words ...

    BorderCollection.count property. Gets the number of borders in the collection....writeln ( 'Paragraph 1.' ) builder . write ( 'Paragraph 2.' ) #...configuration while creating # these paragraphs, their border collections...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Cell | Aspose.Words for Java

    Represents a table cell in Java....contain block-level nodes Paragraph and Table . A minimal valid...needs to have at least one Paragraph . Examples: Shows how to create...

    reference.aspose.com/words/java/com.aspose.word...
  4. Aspose::Words::Body::EnsureMinimum method | Asp...

    Aspose::Words::Body::EnsureMinimum method. If the last child is not a Paragraph, creates and appends one empty Paragraph in C++....not a paragraph, creates and appends one empty paragraph. void...section, one body and one paragraph. // Call the "RemoveAllChildren"...

    reference.aspose.com/words/cpp/aspose.words/bod...
  5. SplitOptions | Aspose.Words for Java

    Specifies options how the document is split into parts in Java....getSplitStyle() Specifies the paragraph style for splitting the document...setSplitStyle(String value) Specifies the paragraph style for splitting the document...

    reference.aspose.com/words/java/com.aspose.word...
  6. Border.equals method | Aspose.Words for Node.js

    Border.equals method. Determines whether the specified border is equal in value to the current border....writeln ( "Paragraph 1." ); builder . write ( "Paragraph 2." ); //...configuration while creating // these paragraphs, their border collections...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. How to modify footnote content number style? - ...

    for (Paragraph Paragraph : footnote.getParagraphs()) { for (Run run : Paragraph.getRuns()) { run.getFont().setColor(Color.RED); } }...2025, 2:32pm 1 for (Paragraph paragraph : footnote.getParagraphs())...getParagraphs()) { for (Run run : paragraph.getRuns()) { run.getFont()...

    forum.aspose.com/t/how-to-modify-footnote-conte...
  8. Font.Position | Aspose.Words for .NET

    Discover the Font Position property, easily adjust text alignment in points for precise control over your typography. Elevate your design with flexible positioning!...new Document (); Paragraph para = ( Paragraph ) doc . GetChild...GetChild ( NodeType . Paragraph , 0 , true ); // Raise this run of text...

    reference.aspose.com/words/net/aspose.words/fon...
  9. Aspose::Words::DocumentVisitor::VisitBodyEnd me...

    Aspose::Words::DocumentVisitor::VisitBodyEnd method. Called when enumeration of the main text story in a section has ended in C++....paragraphCount = body -> get_Paragraphs () -> get_Count (); IndentAndAppendLine...String ( u "[Body start] Paragraphs: " ) + paragraphCount );...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. Aspose::Words::SpecialChar class | Aspose.Words...

    Aspose::Words::SpecialChar class. Base class for special characters in the document. To learn more, visit the documentation article in C++....get_ParentParagraph () Retrieves the parent Paragraph of this node. get_PreviousSibling...and can only be a child of Paragraph . SpecialChar char is used...

    reference.aspose.com/words/cpp/aspose.words/spe...