Sort Score
Result 10 results
Languages All
Labels All
Results 2,211 - 2,220 of 4,591 for

paragraph builder

(0.08 sec)
  1. PdfSaveOptions.jpeg_quality property | Aspose.W...

    PdfSaveOptions.jpeg_quality property. Gets or sets a value determining the quality of the JPEG images inside PDF document....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . writeln...writeln ( 'Jpeg image:' ) builder . insert_image ( file_name =...

    reference.aspose.com/words/python-net/aspose.wo...
  2. MarkdownExportAsHtml enumeration | Aspose.Words...

    aspose.words.saving.MarkdownExportAsHtml enumeration. Allows to specify the elements to be exported to Markdown as raw HTML....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . writeln...Create table. builder . insert_cell () builder . paragraph_format ...

    reference.aspose.com/words/python-net/aspose.wo...
  3. MarkdownEmptyParagraphExportMode enumeration | ...

    aspose.words.saving.MarkdownEmptyParagraphExportMode enumeration. Specifies how Aspose.Words exports empty Paragraphs to Markdown....Words exports empty paragraphs to Markdown. Members Name... NONE Don’t export empty paragraphs. Examples Shows how to export...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FieldAutoNumLgl | Aspose.Words for Java

    Implements the AUTONUMLGL field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...document. insertNumberedClause(builder, "\tHeading 1", FILLER_TEXT...

    reference.aspose.com/words/java/com.aspose.word...
  5. MarkdownSaveOptions.table_content_alignment pro...

    MarkdownSaveOptions.table_content_alignment property. Gets or sets a value that specifies how to align contents in tables when exporting into the [SaveFormat.MARKDOWN](../../../aspose.words/saveformat/#MARKDOWN) format... builder = aw . DocumentBuilder () builder . insert_cell...insert_cell () builder . paragraph_format . alignment = aw . ParagraphAlignment...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 使用 Java 製作 DOC

    通過幾個步驟在 Java 中創建一個新的 DOC。使用 Java 庫輕鬆創建 DOC。...Document (); DocumentBuilder builder = new DocumentBuilder (doc);...(doc); Font font = builder.getFont(); font.setName( "Courier New"...

    products.aspose.com/words/zh-hant/java/make/doc/
  7. IStructuredDocumentTag.lock_content_control pro...

    IStructuredDocumentTag.lock_content_control property. When set to true, this property will prohibit a user from deleting this SDT.... Document () builder = aw . DocumentBuilder ( doc...tag . lock_contents = True builder . write ( 'The contents of...

    reference.aspose.com/words/python-net/aspose.wo...
  8. StructuredDocumentTag.lock_content_control prop...

    StructuredDocumentTag.lock_content_control property. When set to ``True``, this property will prohibit a user from deleting this SDT.... Document () builder = aw . DocumentBuilder ( doc...tag . lock_contents = True builder . write ( 'The contents of...

    reference.aspose.com/words/python-net/aspose.wo...
  9. 使用 Java 製作 WORD

    通過幾個步驟在 Java 中創建一個新的 WORD。使用 Java 庫輕鬆創建 WORD。...Document (); DocumentBuilder builder = new DocumentBuilder (doc);...(doc); Font font = builder.getFont(); font.setName( "Courier New"...

    products.aspose.com/words/zh-hant/java/make/word/
  10. ConditionalStyleType enumeration | Aspose.Words...

    aspose.words.ConditionalStyleType enumeration. Represents possible table areas to which conditional formatting may be defined in a table style....() builder = aw . DocumentBuilder ( doc ) table = builder . start_table...start_table () builder . insert_cell () builder . write ( 'Cell...

    reference.aspose.com/words/python-net/aspose.wo...