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

paragraph

(0.05 sec)
  1. Aspose::Words::Run class | Aspose.Words for C++...

    Aspose::Words::Run class. Represents a run of characters with the same font formatting. To learn more, visit the documentation article in C++....get_ParentParagraph () Retrieves the parent Paragraph of this node. get_PhoneticGuide...Run can only be a child of Paragraph or inline StructuredDocumentTa...

    reference.aspose.com/words/cpp/aspose.words/run/
  2. Paragraph.isMoveFromRevision property | Aspose....

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

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

    Discover the Paragraph IsInsertRevision property in Word. Learn how it identifies inserted text during change tracking for efficient document management....IsInsertRevision Contents [ Hide ] Paragraph.IsInsertRevision property...how to work with revision paragraphs. Document doc = new Document...

    reference.aspose.com/words/net/aspose.words/par...
  4. Paragraph.IsDeleteRevision | Aspose.Words for .NET

    Discover the IsDeleteRevision property in Microsoft Word. Learn how it indicates deletions during change tracking for efficient document management....IsDeleteRevision Contents [ Hide ] Paragraph.IsDeleteRevision property...how to work with revision paragraphs. Document doc = new Document...

    reference.aspose.com/words/net/aspose.words/par...
  5. Paragraph.FrameFormat | Aspose.Words for .NET

    Discover the Paragraph FrameFormat property, easily access and customize frame formatting properties for enhanced document presentation....FrameFormat Paragraph.FrameFormat property Provides access to...formatting properties of paragraphs that are frames. Document...

    reference.aspose.com/words/net/aspose.words/par...
  6. NodeList.GetEnumerator | Aspose.Words for .NET

    Effortlessly iterate through NodeList with the GetEnumerator method. Enjoy simple, efficient access to your collection of nodes in C#....expression will extract all paragraph nodes, // which are descendants... SelectNodes ( "//Table//Paragraph" ); // Iterate through the...

    reference.aspose.com/words/net/aspose.words/nod...
  7. Working with Paragraphs in C++|Aspose.Words for...

    Paragraph node manipulation practices using C++....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/cpp/working-with-paragraphs/
  8. Style.ParagraphFormat | Aspose.Words for .NET

    Discover how to access and customize the Paragraph formatting of styles for enhanced document presentation and professional formatting....ParagraphFormat property Gets the paragraph formatting of the style. public...Shows how to create and use a paragraph style with list formatting...

    reference.aspose.com/words/net/aspose.words/sty...
  9. ReplaceAction enumeration | Aspose.Words for No...

    Aspose.Words.Replacing.ReplaceAction enumeration. Allows the user to specify what happens to the current match during a replace operation....Insert a document after the paragraph containing the matched text...text. let para = ( Paragraph ) args . matchNode . parentNode ;...

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

    aspose.words.Run class. Represents a run of characters with the same font formatting...Run can only be a child of Paragraph or inline StructuredDocumentTa...Node ) parent_paragraph Retrieves the parent Paragraph of this node...

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