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

paragraph builder

(0.1 sec)
  1. 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...
  2. BuiltInDocumentProperties | Aspose.Words for Java

    A collection of built-in document properties in Java....estimate of the number of paragraphs in the document. getRevisionNumber()...estimate of the number of paragraphs in the document. setRevisionNumber(int...

    reference.aspose.com/words/java/com.aspose.word...
  3. DocumentBuilder.current_section property | Aspo...

    DocumentBuilder.current_section property. Gets the section that is currently selected in this [DocumentBuilder](../).... Document () builder = aw . DocumentBuilder ( doc...doc = doc ) shape = builder . insert_image ( file_name = IMAGE_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 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...
  5. Header and Footer only on last page - Free Supp...

    Hello, Describe the case I’m creating .docx and .pdf documents from HTML templates using Aspose.Words for .Net. In version 24.2, Aspose.Words for .Net was adding Header and Footer to every page. I want to upgrade to n…...DocumentBuilder builder = new DocumentBuilder(doc); builder.MoveToHe...ooterType.HeaderPrimary); builder.InsertHtml("<b>This is my Cool...

    forum.aspose.com/t/header-and-footer-only-on-la...
  6. 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...
  7. 使用 Python 製作 PDF

    通過幾個步驟在 Python 中創建一個新的 PDF。使用 Python via .NET 庫輕鬆創建 PDF。...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...
  8. 使用 Python 製作 Markdown

    通過幾個步驟在 Python 中創建一個新的 Markdown。使用 Python via .NET 庫輕鬆創建 Markdown。...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...
  9. Get Node that Contains the End of Matched Strin...

    FindReplaceOptions optionsWhile = new FindReplaceOptions(); optionsWhile.setReplacingCallback(new ReplaceHandler()); WordDoc.getRange().replace(Pattern.compile("[tag(.+?)](.+?)[/tag]"), "", optionsWhile); in ReplaceHand…...DocumentBuilder builder = new DocumentBuilder(doc); builder.moveTo((Run)...moveTo((Run) runs.get(0)); builder.startBookmark(bmname); BookmarkEnd...

    forum.aspose.com/t/get-node-that-contains-the-e...
  10. 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...