Sort Score
Result 10 results
Languages All
Labels All
Results 2,561 - 2,570 of 4,637 for

paragraph builder

(0.17 sec)
  1. Buat DOC Menggunakan Python

    Buat DOC baharu dalam Python dalam beberapa langkah. Buat DOC dengan mudah menggunakan pustaka Python via .NET....Document() builder = aw.DocumentBuilder(doc) font = builder.font font...highlight_color = drawing.Color.yellow builder.write( "Morbi enim nunc faucibus...

    products.aspose.com/words/ms/python-net/make/doc/
  2. Several Image Into DOC Javascript

    Merge multiple Image into DOC in JavaScript code. Save Image 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/imag...
  3. Several JPG Into DOCX Javascript

    Merge multiple JPG into DOCX in JavaScript code. Save JPG 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/jpg-...
  4. FieldDisplayBarcode | Aspose.Words for Java

    Implements the DISPLAYBARCODE field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...field = (FieldDisplayBarcode) builder.insertField(FieldType.FIELD_DISPLAY_BARCODE...

    reference.aspose.com/words/java/com.aspose.word...
  5. StructuredDocumentTag class | Aspose.Words for ...

    aspose.words.markup.StructuredDocumentTag class. Represents a structured document tag (SDT or content control) in a document...places: Block-level - Among paragraphs and tables, as a child of...content inside, as a child of a Paragraph . Nested inside another StructuredDocumentTa...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 1. Input and output encodings

    This article briefly explains the concepts of input and output encodings in LaTeX. It also mentions the New Font Selection Scheme (NFSS)....sometimes it just informs the paragraph builder that it needs the glyph...

    docs.aspose.com/tex/java/latex-font-encodings/
  7. BuiltInDocumentProperties.revision_number prope...

    BuiltInDocumentProperties.revision_number property. Gets or sets the document revision number....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . write...revision number property. field = builder . insert_field ( field_type...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 添加奇偶页页眉后报错:"com.aspose.words.zzby.zzQy()" is nu...

    java.lang.NullPointerException: Cannot invoke "com.aspose.words.zzYM9.zzWjR()" because the return value of "com.aspose.words.zzby.zzQy()" is null at com.aspose.words.zzZ4S.zzQy(Unknown Source) at com.aspo…...java:842) 代码: DocumentBuilder builder = new DocumentBuilder(document);...answerSheetUnit.getOddOnOuter(); builder.moveToSection(0); if (Boolean...

    forum.aspose.com/t/com-aspose-words-zzby-zzqy-i...
  9. ImageData class | Aspose.Words for Python

    aspose.words.drawing.ImageData class. Defines an image for a shape... Document () builder = aw . DocumentBuilder ( doc...shape = aw . drawing . Shape ( builder . document , aw . drawing ...

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