Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 15,612 for

paragraph

(0.05 sec)
  1. Story.AppendParagraph | Aspose.Words for .NET

    Discover the Story AppendParagraph method, effortlessly create and append a Paragraph object with customizable text for seamless document enhancement....shortcut method that creates a Paragraph object with optional text...end of this object. public Paragraph AppendParagraph ( string text...

    reference.aspose.com/words/net/aspose.words/sto...
  2. 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...
  3. DocumentBuilder.insertParagraph method | Aspose...

    DocumentBuilder.insertParagraph method. Inserts a Paragraph break into the document....insertParagraph() Inserts a paragraph break into the document. insertParagraph...insertParagraph () Remarks Current paragraph formatting specified by the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 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...
  5. ParagraphFormat.space_after property | Aspose.W...

    ParagraphFormat.space_after property. Gets or sets the amount of spacing (in points) after the Paragraph....spacing (in points) after the paragraph. @property def space_after...Shows how to set automatic paragraph spacing. doc = aw . Document...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ParagraphFormat.spaceBefore property | Aspose.W...

    ParagraphFormat.spaceBefore property. Gets or sets the amount of spacing (in points) before the Paragraph....spacing (in points) before the paragraph. get spaceBefore () : number...Shows how to set automatic paragraph spacing. let doc = new aw...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Paragraph.IsEndOfSection | Aspose.Words for .NET

    Discover the Paragraph IsEndOfSection property, identify if a Paragraph is the last in a section's main text for enhanced document structure and clarity....IsEndOfSection Contents [ Hide ] Paragraph.IsEndOfSection property True...True if this paragraph is the last paragraph in the Body (main...

    reference.aspose.com/words/net/aspose.words/par...
  8. 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...
  9. Paragraph.isInsertRevision property | Aspose.Wo...

    Paragraph.isInsertRevision property. Returns true if this object was inserted in Microsoft Word while change tracking was enabled....isInsertRevision property Paragraph.isInsertRevision property...how to work with revision paragraphs. let doc = new aw . Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. ListLabel class | Aspose.Words for Python

    aspose.words.lists.ListLabel class. Defines properties specific to a list label...extract the list labels of all paragraphs that are list items. doc...NodeType . PARAGRAPH , True ) # Find if we have the paragraph list...

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