Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 15,640 for

paragraph

(0.08 sec)
  1. Paragraph.get_text method | Aspose.Words for Py...

    Paragraph.get_text method. Gets the text of this Paragraph including the end of Paragraph character....text of this paragraph including the end of paragraph character...concatenated and the end of paragraph character is appended as follows:...

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

    Discover the Paragraph ListFormat property to easily access and customize your Paragraph's list formatting, enhancing your document's presentation....ListFormat Contents [ Hide ] Paragraph.ListFormat property Provides...formatting properties of the paragraph. public ListFormat ListFormat...

    reference.aspose.com/words/net/aspose.words/par...
  3. ListLabel.labelString property | Aspose.Words f...

    ListLabel.labelString property. Gets a string representation of list label....extract the list labels of all paragraphs that are list items. let...getChildNodes ( aw . NodeType . Paragraph , true ). toArray (); // Find...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Style.ListFormat | Aspose.Words for .NET

    Discover how to customize the ListFormat property for Paragraph styles, enhancing your document's organization and visual appeal....formatting properties of a paragraph style. public ListFormat ListFormat...property is only valid for paragraph styles. For other style types...

    reference.aspose.com/words/net/aspose.words/sty...
  5. FrameFormat.horizontal_alignment property | Asp...

    FrameFormat.horizontal_alignment property. Gets horizontal alignment of the specified frame....formatting properties of paragraphs that are frames. doc = aw...( MY_DIR + 'Paragraph frame.docx' ) for paragraph in doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FrameFormat.height_rule property | Aspose.Words...

    FrameFormat.height_rule property. Gets the rule for determining the height of the specified frame....formatting properties of paragraphs that are frames. doc = aw...( MY_DIR + 'Paragraph frame.docx' ) for paragraph in doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  7. CompositeNode.InsertAfter | Aspose.Words for .NET

    Effortlessly insert nodes with the CompositeNode InsertAfter method, enhancing your data structure management and ensuring efficient node placement....document, by default, has one paragraph. Assert . That ( doc . FirstSection...FirstSection . Body . Paragraphs . Count , Is . EqualTo ( 1 ));...

    reference.aspose.com/words/net/aspose.words/com...
  8. ListLabel class | Aspose.Words for Node.js

    Aspose.Words.Lists.ListLabel class. Defines properties specific to a list label...extract the list labels of all paragraphs that are list items. let...getChildNodes ( aw . NodeType . Paragraph , true ). toArray (); // Find...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Document.UpdateListLabels | Aspose.Words for .NET

    Effortlessly update all list item labels in your document with the UpdateListLabels method, ensuring consistency and clarity in your content....extract the list labels of all paragraphs that are list items. Document...NodeType . Paragraph , true ); // Find if we have the paragraph list...

    reference.aspose.com/words/net/aspose.words/doc...
  10. Paragraph.parent_section property | Aspose.Word...

    Paragraph.parent_section property. Retrieves the parent [Section](../../section/) of the Paragraph....parent_section property Paragraph.parent_section property Retrieves...the parent Section of the paragraph. @property def parent_section...

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