Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 15,552 for

paragraph

(0.06 sec)
  1. Aspose::Words::ParagraphCollection class | Aspo...

    Aspose::Words::ParagraphCollection class. Provides typed access to a collection of Paragraph nodes. To learn more, visit the documentation article in C++....access to a collection of Paragraph nodes. To learn more, visit...visit the Working with Paragraphs documentation article. class ParagraphCollection...

    reference.aspose.com/words/cpp/aspose.words/par...
  2. FrameFormat Class | Aspose.Words for .NET

    Discover the Aspose.Words.FrameFormat class for advanced frame formatting in Paragraphs. Enhance your document design with seamless integration and flexibility....related formatting for a paragraph. public class FrameFormat...get; } Returns true if the paragraph is a frame. RelativeHorizontalPo...

    reference.aspose.com/words/net/aspose.words/fra...
  3. StyleType | Aspose.Words for Java

    Represents type of the style in Java....organize and decorate sets of paragraphs with prefix symbols and indents..."ListFormat" property. // Each paragraph that we add between a list's...

    reference.aspose.com/words/java/com.aspose.word...
  4. Aspose::Words::DocumentVisitor::VisitSectionEnd...

    Aspose::Words::DocumentVisitor::VisitSectionEnd method. Called when enumeration of 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...
  5. Style class | Aspose.Words for Python

    aspose.words.Style class. Represents a single built-in or user-defined style...formatting properties of a paragraph style. locked Specifies whether...the name of the style. next_paragraph_style_name Gets/sets the name...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Node::get_ParentNode method | As...

    Aspose::Words::Node::get_ParentNode method. Gets the immediate parent of this node in C++....Document > (); SharedPtr < Paragraph > para = doc -> get_FirstSection...node to the document's first paragraph. auto run = MakeObject < Run...

    reference.aspose.com/words/cpp/aspose.words/nod...
  7. Aspose::Words::Font::get_AllCaps method | Aspos...

    Aspose::Words::Font::get_AllCaps method. True if the font is formatted as all capital letters in C++....ExplicitCast < Paragraph > ( doc -> GetChild ( NodeType :: Paragraph , 0...System :: ExplicitCast < Paragraph > ( para -> get_ParentNode...

    reference.aspose.com/words/cpp/aspose.words/fon...
  8. Range.Revisions | Aspose.Words for .NET

    Discover Range Revisions. Track and manage property changes effortlessly with our comprehensive collection of revisions for enhanced project clarity....docx" ); Paragraph paragraph = doc . FirstSection...foreach ( Revision revision in paragraph . Range . Revisions ) { if...

    reference.aspose.com/words/net/aspose.words/ran...
  9. Style class | Aspose.Words for Node.js

    Aspose.Words.Style class. Represents a single built-in or user-defined style...formatting properties of a paragraph style. locked Specifies whether...automatically to a new paragraph inserted after a paragraph formatted with...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. ParagraphFormat.style property | Aspose.Words f...

    ParagraphFormat.style property. Gets or sets the Paragraph style applied to this formatting....property Gets or sets the paragraph style applied to this formatting...Shows how to create and use a paragraph style with list formatting...

    reference.aspose.com/words/nodejs-net/aspose.wo...