Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 8,167 for

paragraph

(0.22 sec)
  1. Aspose::Words::Lists::ListFormat class | Aspose...

    Aspose::Words::Lists::ListFormat class. Allows to control what list formatting is applied to a Paragraph. To learn more, visit the documentation article in C++....formatting is applied to a paragraph. To learn more, visit the...list and applies it to the paragraph. ApplyNumberDefault () Starts...

    reference.aspose.com/words/cpp/aspose.words.lis...
  2. Manage Bullet|Aspose.Slides Documentation

    Create bullet and numbered lists in PowerPoint presentation in Java...topic series of managing text paragraphs. This page will illustrate...illustrate how we can manage paragraph bullets. Bullets are more useful...

    docs.aspose.com/slides/java/manage-bullet/
  3. How to get the value of the numbering in a docx...

    I am trying to get the value of the numbering of a Paragraph thanks to aspose word python. Here is an example: Text1 Text2 Text3 Right now, when I try to read a Word document with Aspose and compare it with another, i…...value of the numbering of a paragraph thanks to aspose word python...Text2 Text3 I know that the paragraph object has the property list_label...

    forum.aspose.com/t/how-to-get-the-value-of-the-...
  4. 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...
  5. ParagraphFormat.Style | Aspose.Words for .NET

    Discover the ParagraphFormat Style property to easily customize and enhance your document's Paragraph styling for improved readability and presentation....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/net/aspose.words/par...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  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...