Sort Score
Result 10 results
Languages All
Labels All
Results 3,661 - 3,670 of 18,326 for

paragraph

(0.22 sec)
  1. Aspose::Words::Drawing::ImageData::get_Brightne...

    Aspose::Words::Drawing::ImageData::get_Brightness method. Gets or sets the brightness of the picture. The value for this property must be a number from 0.0 (dimmest) to 1.0 (brightest) in C++....and append it to the first paragraph. auto importedShape = System...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Revision.accept method | Aspose.Words for Python

    Revision.accept method. Accepts this revision.... first_paragraph . runs [ 0 ] . remove () #...its parent node from the paragraph text # and then remove the...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Document.has_revisions property | Aspose.Words ...

    Document.has_revisions property. Returns ``True`` if the document has any tracked changes.... first_paragraph . runs [ 0 ] . remove () #...its parent node from the paragraph text # and then remove the...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Revision.revision_type property | Aspose.Words ...

    Revision.revision_type property. Gets the type of this revision.... first_paragraph . runs [ 0 ] . remove () #...its parent node from the paragraph text # and then remove the...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Mail Merge and Reporting in C#|Aspose.Words for...

    Mail Merge is a popular feature for quickly creating documents using C#. Aspose.Words for .NET takes the standard Mail Merge functionality and advances it many steps ahead, turning it into a full-fledged reporting solution that allows you to create even more complex documents such as reports, catalogs, inventories, and invoices....mail merge, I get an empty paragraph left above a merged field...previous node is an empty Paragraph . If so, remove it with e...

    docs.aspose.com/words/net/mail-merge-and-report...
  6. MutationObserver – How to Use in C# with Aspose...

    Learn how to use MutationObserver in Aspose.HTML for .NET to detect DOM changes for dynamic HTML processing, automation, and content monitoring....tree to check 30 // Create a paragraph element and append it to the...text and append it to the paragraph 35 Text text = document. CreateTextNode...

    docs.aspose.com/html/net/mutationobserver/
  7. MutationObserver – Use with Aspose.HTML for Java

    Learn how to use MutationObserver class to track and handle real-time DOM updates efficiently with Aspose.HTML for Java....tree to check 30 // Create a paragraph element and append it to the...text and append it to the paragraph 35 Text text = document. createTextNode...

    docs.aspose.com/html/java/mutationobserver/
  8. Create AcroForms using using C++|Aspose.PDF for...

    This section explains how to create AcroForms from scratch in your PDF documents with Aspose.PDF for C++...."120 120 120" ); page -> get_Paragraphs () -> Add ( table ); auto...get_Paragraphs () -> Add ( opt1 ); c2 -> get_Paragraphs () ->...

    docs.aspose.com/pdf/cpp/create-form/
  9. Rendering in C++|Aspose.Words for C++

    Use Aspose.Words for C++ rendering feature to format a flow-layout document into pages and convert such a document or selected pages to other documents (PDF, HTML, XPS, etc.) or images (TIFF, PNG, SVG, etc.) formats for viewing, further conversions, or printing....various elements such as paragraphs, tables, headers, footers...position where each particular paragraph or character is displayed...

    docs.aspose.com/words/cpp/rendering/
  10. Document bookmark misplaced in the last documen...

    We encountered an issue when document bookmark in the last document is misplaced after calls to document.appendDocument() Expected bookmark location same as before the merge. Actual bookmark location - after the two im…...by a paragraph , the bookmark is attached to that paragraph node...adjacent runs, removing empty paragraphs, etc.). One of those passes...

    forum.aspose.com/t/document-bookmark-misplaced-...