Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 15,511 for

paragraph

(0.25 sec)
  1. ListFormat class | Aspose.Words for Python

    aspose.words.lists.ListFormat class. Allows to control what list formatting is applied to a Paragraph...formatting is applied to a paragraph. To learn more, visit the...documentation article. Remarks A paragraph in a Microsoft Word document...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ParagraphFormat.SpaceBefore | Aspose.Words for ...

    Discover the ParagraphFormat SpaceBefore property to easily adjust Paragraph spacing in points, enhancing your document's readability and style....spacing (in points) before the paragraph. public double SpaceBefore...Shows how to set automatic paragraph spacing. Document doc = new...

    reference.aspose.com/words/net/aspose.words/par...
  3. ParagraphFormat.NoSpaceBetweenParagraphsOfSameS...

    Discover the ParagraphFormat NoSpaceBetweenParagraphsOfSameStyle property. Optimize your document layout by eliminating space between same-style Paragraphs....will be ignored between the paragraphs of the same style. public...applied to a paragraph style. If applied to a paragraph directly...

    reference.aspose.com/words/net/aspose.words/par...
  4. Aspose::Words::DocumentVisitor::VisitParagraphE...

    Aspose::Words::DocumentVisitor::VisitParagraphEnd method. Called when enumeration of a Paragraph has ended in C++....Called when enumeration of a paragraph has ended. virtual Aspose...Aspose :: Words :: Paragraph > paragraph ) Parameter Type Description...

    reference.aspose.com/words/cpp/aspose.words/doc...
  5. 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...
  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...