Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 7,671 for

paragraph

(0.02 sec)
  1. ParagraphFormat.keep_together property | Aspose...

    ParagraphFormat.keep_together property. True if all lines in the Paragraph are to remain on the same page....True if all lines in the paragraph are to remain on the same...Examples Shows how to insert a paragraph into the document. doc = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ParagraphFormat.bidi property | Aspose.Words fo...

    ParagraphFormat.bidi property. Gets or sets whether this is a right-to-left Paragraph....whether this is a right-to-left paragraph. @property def bidi ( self...other inline objects in this paragraph are laid out right to left...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ListFormat Class | Aspose.Words for .NET

    Master list formatting in your documents with Aspose.Words.Lists.ListFormat class. Effortlessly enhance Paragraph styling for better readability....formatting is applied to a paragraph. To learn more, visit the...IsListItem { get; } True when the paragraph has bulleted or numbered formatting...

    reference.aspose.com/words/net/aspose.words.lis...
  4. Text Formatting|Aspose.Slides for Python Docume...

    Manage and manipulate text and text frame properties in Python... paragraphs . clear () para = slides . Paragraph () portion1...autoShape . text_frame . paragraphs . add ( para ) pres . save...

    docs.aspose.com/slides/python-net/text-formatting/
  5. Aspose::Words::DocumentBase::get_Styles method ...

    Aspose::Words::DocumentBase::get_Styles method. Returns a collection of styles defined in the document in C++....Shows how to create and use a paragraph style with list formatting...doc ); // Create a custom paragraph style. SharedPtr < Style >...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. Aspose::Words::Node class | Aspose.Words for C+...

    Aspose::Words::Node class. Base class for all nodes of a Word document. To learn more, visit the documentation article in C++....Document > (); SharedPtr < Paragraph > para = doc -> get_FirstSection...the first paragraph of this document. auto paragraph = System...

    reference.aspose.com/words/cpp/aspose.words/node/
  7. Aspose::Words::DropCapPosition enum | Aspose.Wo...

    Aspose::Words::DropCapPosition enum. Specifies the position for a drop cap text in C++....Value Description None 0 The paragraph does not have a drop cap....text margin on the anchor paragraph. Margin 2 The drop cap is...

    reference.aspose.com/words/cpp/aspose.words/dro...
  8. ControlChar.ParagraphBreakChar | Aspose.Words f...

    Discover the ControlChar ParagraphBreakChar field, streamline your text formatting with the essential end-of-Paragraph character for efficient document editing....ParagraphBreakChar field End of paragraph character: (char)13 or “\r”...new line and starts a new paragraph. Assert . AreEqual ( 1 , doc...

    reference.aspose.com/words/net/aspose.words/con...
  9. Aspose::Words::NodeCollection::get_Count method...

    Aspose::Words::NodeCollection::get_Count method. Gets the number of nodes in the collection in C++....the first paragraph of this document. auto paragraph = System...ExplicitCast < Paragraph > ( doc -> GetChild ( NodeType :: Paragraph , 0...

    reference.aspose.com/words/cpp/aspose.words/nod...
  10. FieldRef class | Aspose.Words for Python

    aspose.words.fields.FieldRef class. Implements the REF field...to the bookmarked paragraph. insert_paragraph_number Gets or sets...insert the paragraph number of the referenced paragraph exactly...

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