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

paragraph builder

(0.04 sec)
  1. 使用 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...
  2. 使用 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...
  3. Issue adding comments to DOCX with API/Ruby SDK...

    I cannot get either the API or Ruby SDK working when attempting to add comments to a word doc. I have tried using simple coordinates 0.0.0.0 and using the coordinates from a text search. For the Ruby SDK, I have used the…...DocumentBuilder builder = new DocumentBuilder(doc); builder.Write("Some...DateTime.Now); comment.Paragraphs.Add(new Paragraph(doc)); comment.FirstParagraph...

    forum.aspose.com/t/issue-adding-comments-to-doc...
  4. Several Image Into DOCX Javascript

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

    products.aspose.com/words/nodejs-net/merge/imag...
  5. Several JPG Into DOC Javascript

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

    products.aspose.com/words/nodejs-net/merge/jpg-...
  6. Several JPG Into WORD Javascript

    Merge multiple JPG into WORD in JavaScript code. Save JPG 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/jpg-...
  7. Range.normalize_field_types method | Aspose.Wor...

    Range.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 this range 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. 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...
  9. 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...
  10. Several JPG Into PDF Javascript

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

    products.aspose.com/words/nodejs-net/merge/jpg-...