Sort Score
Result 10 results
Languages All
Labels All
Results 2,251 - 2,260 of 4,244 for

paragraph builder

(0.04 sec)
  1. HtmlSaveOptions.table_width_output_mode propert...

    HtmlSaveOptions.table_width_output_mode property. Controls how table, row and cell widths are exported to HTML, MHTML or EPUB... Document () builder = aw . DocumentBuilder ( doc...boundary. table = builder . start_table () builder . insert_cell...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::ImportFormatOptions::get_IgnoreT...

    Aspose::Words::ImportFormatOptions::get_IgnoreTextBoxes method. Gets or sets a boolean value that specifies that source formatting of textboxes content ignored if KeepSourceFormatting mode is used. The default value is true in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...DocumentBuilder > ( dstDoc ); builder -> Writeln ( u "Hello world...

    reference.aspose.com/words/cpp/aspose.words/imp...
  3. FieldAutoNum | Aspose.Words for Java

    Implements the AUTONUM field in Java....Examples: Shows how to number paragraphs using autonum fields. Document...Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  4. FieldAutoText | Aspose.Words for Java

    Implements the AUTOTEXT field in Java....PARAGRAPH); doc.getGlossaryDocument()...brochure.dotx"}); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  5. Document.has_macros property | Aspose.Words for...

    Document.has_macros property. Returns ``True`` if the document has a VBA project (macros)....docm' ) builder = aw . DocumentBuilder ( doc...MacroName property. field = builder . insert_field ( field_type...

    reference.aspose.com/words/python-net/aspose.wo...
  6. DocumentBuilder.insert_ole_object method | Aspo...

    aspose.words.DocumentBuilder.insert_ole_object method...and inserted at the current Builder position. insert_ole_object(file_name...and inserted at the current Builder position. insert_ole_object(file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 向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/
  8. ImportFormatOptions.ignoreTextBoxes property | ...

    ImportFormatOptions.ignoreTextBoxes property. Gets or sets a boolean value that specifies that source formatting of textboxes content ignored if [ImportFormatMode.KeepSourceFormatting](../../importformatmode/#KeepSourceFormatting) mode is used...let builder = new aw . DocumentBuilder ( dstDoc ); builder . writeln...srcDoc = new aw . Document (); builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. 使用 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/
  10. TextBox.internal_margin_right property | Aspose...

    TextBox.internal_margin_right property. Specifies the inner right margin in points for a shape.... Document () builder = aw . DocumentBuilder ( doc...margins. text_box_shape = builder . insert_shape ( shape_type...

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