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

paragraph builder

(0.08 sec)
  1. Several Image Into WORD Javascript

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

    products.aspose.com/words/nodejs-net/merge/imag...
  2. 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...
  3. 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...
  4. 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...
  5. FieldXE | Aspose.Words for Java

    Implements the XE field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FieldIndex index = (FieldIndex) builder.insertField(FieldType.FIELD_INDEX...

    reference.aspose.com/words/java/com.aspose.word...
  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. Aspose::Words::Properties::BuiltInDocumentPrope...

    Aspose::Words::Properties::BuiltInDocumentProperties::get_RevisionNumber method. Gets or sets the document revision number in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...DocumentBuilder > ( doc ); builder -> Write ( u "Current revision...

    reference.aspose.com/words/cpp/aspose.words.pro...
  8. 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...
  9. 使用 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...
  10. 使用 Python 製作 HTML

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