Sort Score
Result 10 results
Languages All
Labels All
Results 2,631 - 2,640 of 18,530 for

paragraph

(1.1 sec)
  1. Node.node_type property | Aspose.Words for Python

    Node.node_type property. Gets the type of this node....section body can contain Paragraph and Table nodes. # If the...aw . Document ( MY_DIR + 'Paragraphs.docx' ) node = doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Find and Replace in Node.js|Aspose.Words for No...

    Find a string or regular expression pattern in your document and replace it with the text you want using Node.js....phrase is composed of multiple paragraphs, sections, or pages. Some...metacharacters include &p for a paragraph break, &b for a section break...

    docs.aspose.com/words/nodejs-net/find-and-replace/
  3. About page breaker to table in Aspose word team...

    Hi Team, Could you please help me on how to add page breaker to table rows using groupby Linq in Aspose template word report with sample code. Could you please share tutorials and code example related to Aspose word pa…...programmatically—either by adding a paragraph break after the table or by...Clone(true); newRow.Cells[0].Paragraphs[0].Append(emp.CompanyName);...

    forum.aspose.com/t/about-page-breaker-to-table-...
  4. Cell.parentRow property | Aspose.Words for Node.js

    Cell.parentRow property. Returns the parent row of the cell....Enabling KeepWithNext for every paragraph in the table except for the...for ( let para of cell . paragraphs . toArray ()) { expect (...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Template Syntax in Java|Aspose.Words for Java

    How to create a template for LINQ Reporting Engine to build a report in Java....that can occupy multiple paragraphs to be more descriptive. A...lead to a situation where a paragraph containing the tag becomes...

    docs.aspose.com/words/java/template-syntax/
  6. Hello World Java Example|Aspose.PDF for Java

    This page show how use simple programming for create a PDF document containing text - Hello World using Aspose.PDF for Java....object Add TextFragment to Paragraph collection of the page Save...

    docs.aspose.com/pdf/java/hello-world-example/
  7. Border.tintAndShade property | Aspose.Words for...

    Border.tintAndShade property. Gets or sets a double value that lightens or darkens a color....Examples Shows how to insert a paragraph with a top border. let doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. TextWrapping enumeration | Aspose.Words for Nod...

    Aspose.Words.Tables.TextWrapping enumeration. Specifies how text is wrapped around the table....and push it down into the paragraph below by setting the position...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. DocumentBuilder.CurrentStory | Aspose.Words for...

    Discover the DocumentBuilder CurrentStory property to access and manage the selected story efficiently, enhancing your document editing experience....type of node that has child Paragraph nodes, such as a Body. Assert...

    reference.aspose.com/words/net/aspose.words/doc...
  10. Hello World in Ruby|Aspose.Words for Java

    Write 'Hello' to a Word Document using Ruby....( document ) ##### a new paragraph in the document with the text...

    docs.aspose.com/words/java/hello-world-in-ruby/