Sort Score
Result 10 results
Languages All
Labels All
Results 2,281 - 2,290 of 4,546 for

paragraph builder

(0.06 sec)
  1. DocumentBuilder.insert_text_input method | Aspo...

    DocumentBuilder.insert_text_input method. Inserts a text form field at the current position.... Document () builder = aw . DocumentBuilder ( doc...prompts the user to enter text. builder . insert_text_input ( 'TextInput'...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 使用 Java 製作 Markdown

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

    products.aspose.com/words/zh-hant/java/make/md/
  3. CommentDisplayMode enumeration | Aspose.Words f...

    aspose.words.layout.CommentDisplayMode enumeration. Specifies the rendering mode for document comments....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . write...'My comment.' ) builder . current_paragraph . append_child (...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FieldAutoNumLgl.remove_trailing_period property...

    FieldAutoNumLgl.remove_trailing_period property. Gets or sets whether to display the number without a trailing period.... Document () builder = aw . DocumentBuilder ( doc..._insert_numbered_clause ( builder , ' \t Heading 1' , filler_text...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FieldCitation.page_number property | Aspose.Wor...

    FieldCitation.page_number property. Gets or sets a page number associated with the citation....docx' ) builder = aw . DocumentBuilder ( doc ) builder . write...referenced book. field_citation = builder . insert_field ( aw . fields...

    reference.aspose.com/words/python-net/aspose.wo...
  6. TxtSaveOptionsBase.export_headers_footers_mode ...

    TxtSaveOptionsBase.export_headers_footers_mode property. Specifies the way headers and footers are exported to the text formats... append_paragraph ( 'Even header' ) doc . first_section.... FOOTER_EVEN ) . append_paragraph ( 'Even footer' ) doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Saving::MarkdownEmptyParagraphEx...

    Aspose::Words::Saving::MarkdownEmptyParagraphExportMode enum. Specifies how Aspose.Words exports empty Paragraphs to Markdown in C++....Words exports empty paragraphs to Markdown. enum class ...None 2 Don’t export empty paragraphs. Examples Shows how to export...

    reference.aspose.com/words/cpp/aspose.words.sav...
  8. ImageSaveOptions.clone method | Aspose.Words fo...

    ImageSaveOptions.clone method. Creates a deep clone of this object....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...
  9. Font.auto_color property | Aspose.Words for Python

    Font.auto_color property. Returns the present calculated color of the text (black or white) to be used for 'auto color'... Document () builder = aw . DocumentBuilder ( doc...Color . empty () . to_argb (), builder . font . color . to_argb ())...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ImportFormatOptions.ignore_text_boxes property ...

    ImportFormatOptions.ignore_text_boxes property. Gets or sets a boolean value that specifies that source formatting of textboxes content ignored if [ImportFormatMode.KEEP_SOURCE_FORMATTING](../../importformatmode/#KEEP_SOURCE_FORMATTING) mode is used... Document () builder = aw . DocumentBuilder ( doc...doc = dst_doc ) builder . writeln ( 'Hello world!' ) # Create...

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