Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 15,547 for

paragraph

(0.07 sec)
  1. DocumentVisitor.visitParagraphEnd method | Aspo...

    DocumentVisitor.visitParagraphEnd method. Called when enumeration of a Paragraph has ended....visitParagraphEnd(paragraph) Called when enumeration of a paragraph has ended...visitParagraphEnd ( paragraph : Aspose . Words . Paragraph ) Parameter...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Paragraph.isMoveToRevision property | Aspose.Wo...

    Paragraph.isMoveToRevision property. Returns ``true`` if this object was moved (inserted) in Microsoft Word while change tracking was enabled....isMoveToRevision property Paragraph.isMoveToRevision property...Shows how to check whether a paragraph is a move revision. let doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. TxtSaveOptionsBase.paragraphBreak property | As...

    TxtSaveOptionsBase.ParagraphBreak property. Specifies the string to use as a Paragraph break when exporting in text formats....Specifies the string to use as a paragraph break when exporting in text...txt document with a custom paragraph break. let doc = new aw ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. OutlineLevel | Aspose.Words for Java

    Specifies the outline level of a Paragraph in the document in Java....Specifies the outline level of a paragraph in the document. Examples:...Examples: Shows how to configure paragraph outline levels to create collapsible...

    reference.aspose.com/words/java/com.aspose.word...
  5. Paragraph.is_move_to_revision property | Aspose...

    Paragraph.is_move_to_revision property. Returns ``True`` if this object was moved (inserted) in Microsoft Word while change tracking was enabled....is_move_to_revision property Paragraph.is_move_to_revision property...Shows how to check whether a paragraph is a move revision. doc =...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 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...
  7. Aspose::Words::Lists::ListLabel::get_LabelStrin...

    Aspose::Words::Lists::ListLabel::get_LabelString method. Gets a string representation of list label in C++....extract the list labels of all paragraphs that are list items. auto...NodeType :: Paragraph , true ); // Find if we have the paragraph list...

    reference.aspose.com/words/cpp/aspose.words.lis...
  8. Paragraph.IsMoveToRevision | Aspose.Words for .NET

    Discover the IsMoveToRevision property in Microsoft Word! Learn how it tracks changes and enhances your document editing experience....IsMoveToRevision Contents [ Hide ] Paragraph.IsMoveToRevision property...Shows how to check whether a paragraph is a move revision. Document...

    reference.aspose.com/words/net/aspose.words/par...
  9. Working with Paragraphs in Python|Aspose.Words ...

    Insert Paragraph and specify its formatting in a document using Python....Working with Paragraphs Contents [ Hide ] A paragraph is a set of...character – a paragraph break . In Aspose.Words, a paragraph is represented...

    docs.aspose.com/words/python-net/working-with-p...
  10. NodeCollection indexer | Aspose.Words for Python

    NodeCollection indexer. Retrieves a node at the given index....to the first paragraph of this document. paragraph = doc . get_child...NodeType . PARAGRAPH , 0 , True ) . as_paragraph () paragraph . append_child...

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