Sort Score
Result 10 results
Languages All
Labels All
Results 2,651 - 2,660 of 4,644 for

paragraph builder

(0.39 sec)
  1. Several JPG Into PDF Java

    Merge multiple JPG into PDF in Java code. Save JPG as PDF using Java....Document (); DocumentBuilder builder = new DocumentBuilder (doc);...fileNames) { builder.insertImage(fileName); // Insert a paragraph break...

    products.aspose.com/words/java/merge/jpg-to-pdf/
  2. Compare Documents in Python|Aspose.Words for Py...

    Compare two documents in any supported formats and shows content changes using Python. You can apply advanced options when comparing....the addition of words and paragraphs. As a result of comparison...Document () builder = aw . DocumentBuilder ( doc1 ) builder . writeln...

    docs.aspose.com/words/python-net/compare-docume...
  3. TxtLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading LoadFormat.TEXT document into a Document object in Java....recognition algorithm detects list paragraphs, when list numbers ends with...This may also falsely detect paragraphs that begin with numbers as...

    reference.aspose.com/words/java/com.aspose.word...
  4. Bookmark | Aspose.Words for Java

    Represents a single bookmark in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);..."MyBookmark_" + i; builder.write("Text before bookmark."); builder.startB...

    reference.aspose.com/words/java/com.aspose.word...
  5. Several JPG Into HTML Java

    Merge multiple JPG into HTML in Java code. Save JPG as HTML using Java....Document (); DocumentBuilder builder = new DocumentBuilder (doc);...fileNames) { builder.insertImage(fileName); // Insert a paragraph break...

    products.aspose.com/words/java/merge/jpg-to-html/
  6. Aspose::Words::Saving::WordML2003SaveOptions cl...

    Aspose::Words::Saving::WordML2003SaveOptions class. Can be used to specify additional options when saving a document into the WordML format. To learn more, visit the documentation article in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...DocumentBuilder > ( doc ); builder -> Writeln ( u "Hello world...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Edit HTML In Python

    Edit HTML in Python code....Remove unwanted HTML elements (paragraphs, pages, sections, chapters)...aw.Document( "Input.html" ) builder = aw.DocumentBuilder(doc) #...

    products.aspose.com/words/python-net/edit/html/
  8. Edit PDF In Python

    Edit PDF in Python code....Remove unwanted PDF elements (paragraphs, pages, sections, chapters)...aw.Document( "Input.pdf" ) builder = aw.DocumentBuilder(doc) #...

    products.aspose.com/words/python-net/edit/pdf/
  9. Edit MARKDOWN In Python

    Edit MARKDOWN in Python code....unwanted Markdown elements (paragraphs, pages, sections, chapters)...aw.Document( "Input.md" ) builder = aw.DocumentBuilder(doc) #...

    products.aspose.com/words/python-net/edit/markd...
  10. Edit DOCX In Javascript

    Edit DOCX in JavaScript code....Remove unwanted DOCX elements (paragraphs, pages, sections, chapters)...Document( "Input.docx" ) var builder = new aw.DocumentBuilder(doc)...

    products.aspose.com/words/nodejs-net/edit/docx/