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

paragraph builder

(0.05 sec)
  1. Several Image Into DOC Python

    Merge multiple Image into DOC in Python code. Save Image 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/imag...
  2. Several Image Into WORD Python

    Merge multiple Image into WORD in Python code. Save Image as WORD 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...
  3. 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...new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. BuiltInDocumentProperties.RevisionNumber | Aspo...

    Manage your document's RevisionNumber with BuiltInDocumentProperties. Easily track changes and enhance version control for better collaboration....DocumentBuilder builder = new DocumentBuilder ( doc ); builder . Write...FieldRevNum field = ( FieldRevNum ) builder . InsertField ( FieldType ...

    reference.aspose.com/words/net/aspose.words.pro...
  5. 使用 Python 製作 WORD

    通過幾個步驟在 Python 中創建一個新的 WORD。使用 Python via .NET 庫輕鬆創建 WORD。...Document() builder = aw.DocumentBuilder(doc) font = builder.font font...highlight_color = drawing.Color.yellow builder.write( "Morbi enim nunc faucibus...

    products.aspose.com/words/zh-hant/python-net/ma...
  6. FieldUnknown class | Aspose.Words for Node.js

    Aspose.Words.Fields.FieldUnknown class. Implements an unknown or unrecognized field...node, returns its parent paragraph. If the field is already removed...new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. FieldMergeBarcode | Aspose.Words for Java

    Implements the MERGEBARCODE field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...field = (FieldMergeBarcode) builder.insertField(FieldType.FIELD_MERGE_BARCODE...

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