Sort Score
Result 10 results
Languages All
Labels All
Results 2,611 - 2,620 of 4,591 for

paragraph builder

(0.06 sec)
  1. Aspose::Words::Drawing::Fill::Solid method | As...

    Aspose::Words::Drawing::Fill::Solid method. Sets the fill to a uniform color in C++....() -> get_Body () -> get_Paragraphs () -> idx_get ( 0 ) -> get_Runs...Words :: Document > (); auto builder = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Extract Text from PDF C#|Aspose.PDF for .NET

    This article describes various ways to extract text from PDF documents using Aspose.PDF in C#....GetDataDir_AsposePdf_Text (); var builder = new System . Text . StringBuilder...textStream . ToArray ()); } builder . Append ( extractedText );...

    docs.aspose.com/pdf/net/extract-text-from-all-pdf/
  3. BookmarkCollection | Aspose.Words for Java

    A collection of Bookmark objects that represent the bookmarks in the specified range 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...
  4. 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/
  5. Several Image Into HTML C#

    Merge multiple Image into HTML in C# code. Save Image as HTML using C#....doc = new Document(); var builder = new DocumentBuilder(doc);...fileNames) { builder.InsertImage(fileName); // Insert a paragraph break...

    products.aspose.com/words/net/merge/image-to-html/
  6. Several JPG Into DOCX Java

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

    products.aspose.com/words/java/merge/jpg-to-docx/
  7. Several JPG Into WORD Java

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

    products.aspose.com/words/java/merge/jpg-to-word/
  8. Edit HTML In Javascript

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

    products.aspose.com/words/nodejs-net/edit/html/
  9. 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...
  10. Programming with Documents in C++|Aspose.Words ...

    Use the Aspose.Words Document Object Model classes to programmatically create, modify, and manage documents using C++. Work with document properties, settings, and content, as well as with document appearance through the management of colors, shapes, fonts and other graphics....Object Model (DOM) Document Builder Overview Working with Document...Working With Lists Working with Paragraphs Working with Hyphenation...

    docs.aspose.com/words/cpp/programming-with-docu...