Sort Score
Result 10 results
Languages All
Labels All
Results 2,251 - 2,260 of 15,548 for

paragraph

(0.07 sec)
  1. FindReplaceOptions Class | Aspose.Words for .NET

    Discover the Aspose.Words.FindReplaceOptions class for advanced find and replace features, enhancing document editing with precision and flexibility....ApplyParagraphFormat { get; } Paragraph formatting applied to new...it is allowed to replace paragraph break when there is no next...

    reference.aspose.com/words/net/aspose.words.rep...
  2. Aspose::Words::Saving::DocumentSplitCriteria en...

    Aspose::Words::Saving::DocumentSplitCriteria enum. Specifies how the document is split into parts when saving to Html, Epub or Azw3 format in C++....section on a new page, or a paragraph that has its PageBreakBefore...is split into parts at a paragraph formatted using a heading...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. Table class | Aspose.Words for Node.js

    Aspose.Words.Table class. Represents a table in a Word document...asParagraph() Cast node to Paragraph . (Inherited from Node ) asRow()...isDeep) Returns an Nth child Paragraph node. (Inherited from CompositeNode...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Work with Text in a Table|Aspose.Words for C++

    Replace text in a table in C++. Extract Plain Text from Table or Cell using C++....existing text with multi-paragraph text. To do this, you need...level (per cell) or at the paragraph level. The following code...

    docs.aspose.com/words/cpp/work-with-text-in-a-t...
  5. Work with Text in a Table|Aspose.Words for Java

    Replace text in a table in Java. Extract Plain Text from Table or Cell using Java....existing text with multi-paragraph text. To do this, you need...level (per cell) or at the paragraph level. The following code...

    docs.aspose.com/words/java/extract-text-from-an...
  6. Border.theme_color property | Aspose.Words for ...

    Border.theme_color property. Gets or sets the theme color in the applied color scheme that is associated with this Border object....Examples Shows how to insert a paragraph with a top border. doc = aw...) top_border = builder . paragraph_format . borders . top top_border...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Add Watermark in PHP|Aspose.Words for Java

    Add Watermark to Document using PHP....new paragraph and append the watermark to this paragraph. $ watermarkPara...Java ( "com.aspose.words.Paragraph" , $ doc ); $ watermarkPara...

    docs.aspose.com/words/java/add-watermark-in-php/
  8. BuiltInDocumentProperties.contentType property ...

    BuiltInDocumentProperties.contentType property. Gets or sets the content type of the document.... myDir + "Paragraphs.docx" ); let properties =...number of Paragraph nodes in the document to the "Paragraphs" built-in...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. BuiltInDocumentProperties.contentStatus propert...

    BuiltInDocumentProperties.contentStatus property. Gets or sets the content status of the document.... myDir + "Paragraphs.docx" ); let properties =...number of Paragraph nodes in the document to the "Paragraphs" built-in...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. HeaderFooterCollection | Aspose.Words for Java

    Provides typed access to HeaderFooter nodes of a Section in Java....append a paragraph to it. The text in that paragraph // will appear...getHeadersFooters().add(header); Paragraph para = header.appendParagraph("My...

    reference.aspose.com/words/java/com.aspose.word...