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

paragraph builder

(0.06 sec)
  1. LayoutOptions.comment_display_mode property | A...

    LayoutOptions.comment_display_mode property. Gets or sets the way comments are rendered...Document () builder = aw . DocumentBuilder ( doc = doc ) builder . write...'My comment.' ) builder . current_paragraph . append_child (...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 向PDF文件添加文本|Aspose.PDF for Java

    本文介绍了在Aspose.PDF中处理文本的各个方面。了解如何向PDF添加文本、添加HTML片段或使用自定义OTF字体。... add (); TextBuilder builder = new TextBuilder ( page );...TextParagraph paragraph = new TextParagraph (); // 设置后续行缩进 paragraph . ...

    docs.aspose.com/pdf/zh/java/add-text-to-pdf-file/
  3. StyleIdentifier Enum | Aspose.Words for .NET

    Discover the Aspose.Words.StyleIdentifier enum for flexible, locale-independent style management in your documents. Enhance your document processing today!...DefaultParagraphFont 65 The Default Paragraph Font style. Emphasis 88 EndnoteReference...Document (); DocumentBuilder builder = new DocumentBuilder ( doc...

    reference.aspose.com/words/net/aspose.words/sty...
  4. TextBoxAnchor enumeration | Aspose.Words for Py...

    aspose.words.drawing.TextBoxAnchor enumeration. Specifies values used for shape text vertical alignment.... Document () builder = aw . DocumentBuilder ( doc...doc = doc ) shape = builder . insert_shape ( shape_type = aw ...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ImageSaveOptions.save_format property | Aspose....

    ImageSaveOptions.save_format property. Specifies the format in which the rendered document pages or shapes will be saved if this save options object is used...Document () builder = aw . DocumentBuilder ( doc = doc ) builder . paragraph_format...'Heading 1' ) builder . writeln ( 'Hello world!' ) builder . insert_image...

    reference.aspose.com/words/python-net/aspose.wo...
  6. CompatibilityOptions.optimize_for method | Aspo...

    CompatibilityOptions.optimize_for method. Allows to optimize the document contents as well as default Aspose.Words behavior to a particular versions of MS Word.... Document () builder = aw . DocumentBuilder ( doc...MsWordVersion . WORD2003 ) builder . insert_image ( file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ImageSaveOptions.scale property | Aspose.Words ...

    ImageSaveOptions.scale property. Gets or sets the zoom factor for the generated images....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . paragraph_format...'Heading 1' ) builder . writeln ( 'Hello world!' ) builder . insert_image...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FieldBibliography | Aspose.Words for Java

    Implements the BIBLIOGRAPHY field in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.write("Text...fieldCitation = (FieldCitation) builder.insertField(FieldType.FIELD_CITATION...

    reference.aspose.com/words/java/com.aspose.word...
  9. Ustvari HTML Z Uporabo Python

    Ustvarite novo HTML v Python v nekaj korakih. Preprosto ustvarite HTML s knjižnico 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/sl/python-net/make/html/
  10. Ustvari DOC Z Uporabo Python

    Ustvarite novo DOC v Python v nekaj korakih. Preprosto ustvarite DOC s knjižnico 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/sl/python-net/make/doc/