Sort Score
Result 10 results
Languages All
Labels All
Results 2,521 - 2,530 of 4,245 for

paragraph builder

(0.06 sec)
  1. Several Image Into PDF C#

    Merge multiple Image into PDF in C# code. Save Image as PDF 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-pdf/
  2. Several JPG Into PDF C#

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

    products.aspose.com/words/net/merge/jpg-to-pdf/
  3. HtmlSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.HTML SaveFormat.MHTML SaveFormat.EPUB SaveFormat.AZW_3 or SaveFormat.MOBI format in Java....the document into heading paragraphs. // This is useful for readers...mentSplitCriteri.HEADING_PARAGRAPH); // Specify that we want...

    reference.aspose.com/words/java/com.aspose.word...
  4. Several Image Into TXT Java

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

    products.aspose.com/words/java/merge/image-to-txt/
  5. Several JPG Into HTML Python

    Merge multiple JPG into HTML in Python code. Save JPG as HTML using Python....Document() builder = aw.DocumentBuilder(doc) for...fileNames: builder.insert_image(fileName) # Insert a paragraph break...

    products.aspose.com/words/python-net/merge/jpg-...
  6. Several Image Into PDF Python

    Merge multiple Image into PDF in Python code. Save Image as PDF using Python....Document() builder = aw.DocumentBuilder(doc) for...fileNames: builder.insert_image(fileName) # Insert a paragraph break...

    products.aspose.com/words/python-net/merge/imag...
  7. Several JPG Into DOC Python

    Merge multiple JPG into DOC in Python code. Save JPG as DOC using Python....Document() builder = aw.DocumentBuilder(doc) for...fileNames: builder.insert_image(fileName) # Insert a paragraph break...

    products.aspose.com/words/python-net/merge/jpg-...
  8. Several Image Into HTML Javascript

    Merge multiple Image into HTML in JavaScript code. Save Image as HTML using JavaScript....Document() var builder = new aw.DocumentBuilder(doc)...=> { builder.insertImage(fileName) // Insert a paragraph break...

    products.aspose.com/words/nodejs-net/merge/imag...
  9. Document.normalize_field_types method | Aspose....

    Document.normalize_field_types method. Changes field type values [FieldChar.field_type](../../../aspose.words.fields/fieldchar/field_type/) of [FieldStart](../../../aspose.words.fields/fieldstart/), [FieldSeparator](../../../aspose.words.fields/fieldseparator/), [FieldEnd](../../../aspose.words.fields/fieldend/) in the whole document so that they correspond to the field types contained in the field codes.... Document () builder = aw . DocumentBuilder ( doc...doc = doc ) field = builder . insert_field ( field_code = 'DATE'...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Aspose::Words::Saving::WordML2003SaveOptions::g...

    Aspose::Words::Saving::WordML2003SaveOptions::get_SaveFormat method. Specifies the format in which the document will be saved if this save options object is used. Can only be WordML in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...DocumentBuilder > ( doc ); builder -> Writeln ( u "Hello world...

    reference.aspose.com/words/cpp/aspose.words.sav...