Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 18,319 for

paragraph

(0.07 sec)
  1. Paragraph.BreakIsStyleSeparator | Aspose.Words ...

    Discover how the Paragraph Break IsStyleSeparator property enhances document formatting by allowing mixed Paragraph styles for greater design flexibility....BreakIsStyleSeparato Contents [ Hide ] Paragraph.BreakIsStyleSeparato property...property True if this paragraph break is a Style Separator. A style...

    reference.aspose.com/words/net/aspose.words/par...
  2. Node.CustomNodeId | Aspose.Words for .NET

    Discover the Node CustomNodeId property for efficient custom node identification. Enhance your project with unique identifiers for better organization!...first paragraph of this document. Paragraph paragraph = ( Paragraph...( NodeType . Paragraph , 0 , true ); paragraph . AppendChild...

    reference.aspose.com/words/net/aspose.words/nod...
  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. CompositeNode.get_child_nodes method | Aspose.W...

    CompositeNode.get_child_nodes method. Returns a live collection of child nodes that match the specified type....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...
  5. Working with Paragraphs in C#|Aspose.Words for ...

    Insert a Paragraph into a document C#. Set Paragraph styles in C#. Work with Paragraph style separator C#. Manipulate Paragraph node using C#....Ask AI Working with Paragraphs Contents [ Hide ] What is this...work with paragraphs programmatically. A paragraph is a set of...

    docs.aspose.com/words/net/working-with-paragraphs/
  6. CompositeNode.count property | Aspose.Words for...

    CompositeNode.count property. Gets the number of immediate children of this node....document, by default, has one paragraph. self . assertEqual ( 1 ,.... first_section . body . paragraphs . count ) # Composite nodes...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 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...
  8. 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...
  9. Paragraph.InsertField | Aspose.Words for .NET

    Effortlessly insert fields into Paragraphs with the Paragraph InsertField method. Enhance your document's functionality and streamline content management....Inserts a field into this paragraph. public Field InsertField...Reference node inside this paragraph (if refNode is null , then...

    reference.aspose.com/words/net/aspose.words/par...
  10. ReplacingArgs.MatchNode | Aspose.Words for .NET

    Discover the ReplacingArgs MatchNode property to easily access the node where your match begins, enhancing your coding efficiency and accuracy....after the paragraph containing the matched text. Paragraph para =...= ( Paragraph ) args . MatchNode . ParentNode ; InsertDocument...

    reference.aspose.com/words/net/aspose.words.rep...