Sort Score
Result 10 results
Languages All
Labels All
Results 2,541 - 2,550 of 4,546 for

paragraph builder

(0.12 sec)
  1. Several JPG Into DOC C#

    Merge multiple JPG into DOC in C# code. Save JPG as DOC 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-doc/
  2. Several JPG Into HTML C#

    Merge multiple JPG into HTML in C# code. Save JPG 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/jpg-to-html/
  3. 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/
  4. 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/
  5. 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/
  6. IStructuredDocumentTag | Aspose.Words for Java

    Interface to define a common data for StructuredDocumentTag and StructuredDocumentTagRangeStart in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...tag.setLockContents(true); builder.write("The contents of this...

    reference.aspose.com/words/java/com.aspose.word...
  7. 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...
  8. IStructuredDocumentTag.is_showing_placeholder_t...

    IStructuredDocumentTag.is_showing_placeholder_text property. Specifies whether the content of this SDT shall be interpreted to contain placeholder text (as opposed to regular text contents within the SDT).... append_paragraph ( 'Custom placeholder text...ext builder = aw . DocumentBuilder ( doc = doc ) builder . insert_node...

    reference.aspose.com/words/python-net/aspose.wo...
  9. WordML2003SaveOptions class | Aspose.Words for ...

    Aspose.Words.Saving.WordML2003SaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.WordML](../../aspose.words/saveformat/#WordML) format...let builder = new aw . DocumentBuilder ( doc ); builder . writeln...>\r\n\t\t" + "<o:Paragraphs>1</o:Paragraphs>\r\n\t\t" + "<o:...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. WordML2003SaveOptions.saveFormat property | Asp...

    WordML2003SaveOptions.saveFormat property. Specifies the format in which the document will be saved if this save options object is used...let builder = new aw . DocumentBuilder ( doc ); builder . writeln...>\r\n\t\t" + "<o:Paragraphs>1</o:Paragraphs>\r\n\t\t" + "<o:...

    reference.aspose.com/words/nodejs-net/aspose.wo...