Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 7,665 for

paragraph

(0.06 sec)
  1. Aspose::Words::Replacing::ReplaceAction enum | ...

    Aspose::Words::Replacing::ReplaceAction enum. Allows the user to specify what happens to the current match during a replace operation in C++....Insert a document after the paragraph containing the matched text...System :: ExplicitCast < Paragraph > ( args -> get_MatchNode...

    reference.aspose.com/words/cpp/aspose.words.rep...
  2. ControlChar.CrLf | Aspose.Words for .NET

    Discover ControlChar CrLf, the key to efficient text formatting. Learn how carriage return and line feed enhance Paragraph breaks in text files....commonly used in text files for paragraph breaks. public static readonly...new line and starts a new paragraph. Assert . AreEqual ( 1 , doc...

    reference.aspose.com/words/net/aspose.words/con...
  3. InlineStory.ensure_minimum method | Aspose.Word...

    InlineStory.ensure_minimum method. If the last child is not a Paragraph, creates and appends one empty Paragraph....not a paragraph, creates and appends one empty paragraph. def...last child of the node is a paragraph, # for us to be able to click...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 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...
  5. Aspose::Words::InlineStory::EnsureMinimum metho...

    Aspose::Words::InlineStory::EnsureMinimum method. If the last child is not a Paragraph, creates and appends one empty Paragraph in C++....not a paragraph, creates and appends one empty paragraph. void...last child of the node is a paragraph, // for us to be able to click...

    reference.aspose.com/words/cpp/aspose.words/inl...
  6. 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...
  7. Paragraph.is_end_of_document property | Aspose....

    Paragraph.is_end_of_document property. True if this Paragraph is the last Paragraph in the last section of the document....is_end_of_document property Paragraph.is_end_of_document property...property True if this paragraph is the last paragraph in the last section...

    reference.aspose.com/words/python-net/aspose.wo...
  8. NodeCollection.Count | Aspose.Words for .NET

    Discover the NodeCollection Count property to easily access the total number of nodes in your collection, enhancing data management and efficiency....first paragraph of this document. Paragraph paragraph = ( Paragraph...( NodeType . Paragraph , 0 , true ); paragraph . AppendChild...

    reference.aspose.com/words/net/aspose.words/nod...
  9. 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...
  10. BorderCollection.clearFormatting method | Aspos...

    BorderCollection.clearFormatting method. Removes all borders of an object....remove all borders from all paragraphs in a document. let doc =..."Borders.docx" ); // The first paragraph of this document has visible...

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