Sort Score
Result 10 results
Languages All
Labels All
Results 2,431 - 2,440 of 4,606 for

paragraph builder

(0.23 sec)
  1. HtmlSaveOptions.exportShapesAsSvg property | As...

    HtmlSaveOptions.exportShapesAsSvg property. Controls whether [Shape](../../../aspose.words.drawing/shape/) nodes are converted to SVG images when saving to HTML, MHTML, EPUB or AZW3... Document (); let builder = new aw . DocumentBuilder...DocumentBuilder ( doc ); let textBox = builder . insertShape ( aw . Drawing...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. FieldAutoTextList | Aspose.Words for Java

    Implements the AUTOTEXTLIST field in Java....AutoText 3"); DocumentBuilder builder = new DocumentBuilder(doc);...field = (FieldAutoTextList) builder.insertField(FieldType.FIELD_AUTO_TEXT_LIST...

    reference.aspose.com/words/java/com.aspose.word...
  3. 向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/
  4. ImageData.set_image method | Aspose.Words for P...

    aspose.words.drawing.ImageData.set_image method... Document () builder = aw . DocumentBuilder ( doc...shape = aw . drawing . Shape ( builder . document , aw . drawing ...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FieldMergeField | Aspose.Words for Java

    Implements the MERGEFIELD field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...fieldMergeField = (FieldMergeField) builder.insertField(FieldType.FIELD_MERGE_FIELD...

    reference.aspose.com/words/java/com.aspose.word...
  6. 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...
  7. Document.stop_track_revisions method | Aspose.W...

    Document.stop_track_revisions method. Stops automatic marking of document changes as revisions.... Document () builder = aw . DocumentBuilder ( doc...until we begin tracking them. builder . write ( 'Hello world! ' )...

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

    Implements the INFO field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FieldInfo field = (FieldInfo) builder.insertField(FieldType.FIELD_INFO...

    reference.aspose.com/words/java/com.aspose.word...
  9. XpsSaveOptions class | Aspose.Words for Python

    aspose.words.saving.XpsSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.XPS](../../aspose.words/saveformat/#XPS) format... Document () builder = aw . DocumentBuilder ( doc...levels 1, 2, and then 3. builder . paragraph_format . style_identifier...

    reference.aspose.com/words/python-net/aspose.wo...
  10. PdfSaveOptions.font_embedding_mode property | A...

    PdfSaveOptions.font_embedding_mode property. Specifies the font embedding mode.... Document () builder = aw . DocumentBuilder ( doc...nonstandard font. builder . font . name = 'Arial' builder . writeln (...

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