Sort Score
Result 10 results
Languages All
Labels All
Results 2,571 - 2,580 of 4,606 for

paragraph builder

(0.14 sec)
  1. Several JPG Into PDF Python

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

    Merge multiple Image into TXT in C# code. Save Image as TXT 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-txt/
  3. 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...
  4. 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-...
  5. 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-...
  6. WordML2003SaveOptions.save_format property | As...

    WordML2003SaveOptions.save_format property. Specifies the format in which the document will be saved if this save options object is used...Document () builder = aw . DocumentBuilder ( doc = doc ) builder . writeln...} \t\t ' + f '<o:Paragraphs>1</o:Paragraphs> { new_line } \t\t...

    reference.aspose.com/words/python-net/aspose.wo...
  7. IStructuredDocumentTag.placeholder property | A...

    IStructuredDocumentTag.placeholder property. Gets the [BuildingBlock](../../../aspose.words.buildingblocks/buildingblock/) containing placeholder text which should be displayed when this SDT run contents are empty, the associated mapped XML element is empty as specified via the [IStructuredDocumentTag.xml_mapping](../xml_mapping/) element or the [IStructuredDocumentTag.is_showing_placeholder_text](../is_showing_placeholder_text/) element is true.... append_paragraph ( 'Custom placeholder text...ext builder = aw . DocumentBuilder ( doc = doc ) builder . insert_node...

    reference.aspose.com/words/python-net/aspose.wo...
  8. StructuredDocumentTag.placeholder property | As...

    StructuredDocumentTag.placeholder property. Gets the [BuildingBlock](../../../aspose.words.buildingblocks/buildingblock/) containing placeholder text which should be displayed when this SDT run contents are empty, the associated mapped XML element is empty as specified via the [StructuredDocumentTag.xml_mapping](../xml_mapping/) element or the [StructuredDocumentTag.is_showing_placeholder_text](../is_showing_placeholder_text/) element is ``True``.... append_paragraph ( 'Custom placeholder text...ext builder = aw . DocumentBuilder ( doc = doc ) builder . insert_node...

    reference.aspose.com/words/python-net/aspose.wo...
  9. VerticalAlignment enumeration | Aspose.Words fo...

    aspose.words.drawing.VerticalAlignment enumeration. Specifies vertical alignment of a floating shape, text frame or a floating table....possible value for floating paragraphs and tables. DEFAULT Same...page. doc = aw . Document () builder = aw . DocumentBuilder ( doc...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 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...