Sort Score
Result 10 results
Languages All
Labels All
Results 2,301 - 2,310 of 4,610 for

paragraph builder

(0.09 sec)
  1. Bookmark.remove method | Aspose.Words for Python

    Bookmark.remove method. Removes the bookmark from the document... Document () builder = aw . DocumentBuilder ( doc...( i ) builder . start_bookmark ( bookmark_name ) builder . write...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::Saving::MarkdownSaveOptions::get...

    Aspose::Words::Saving::MarkdownSaveOptions::get_EmptyParagraphExportMode method. Specifies how to export empty Paragraphs to Markdown. Default value is EmptyLine in C++....Specifies how to export empty paragraphs to Markdown. Default value...Shows how to export empty paragraphs. auto doc = System :: MakeObject...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. FieldFormula | Aspose.Words for Java

    Implements the formula field in Java....Document(); // Use a field builder to construct a mathematical...DocumentBuilder builder = new DocumentBuilder(doc); builder.write("This...

    reference.aspose.com/words/java/com.aspose.word...
  4. 使用 Java 製作 DOCX

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

    products.aspose.com/words/zh-hant/java/make/docx/
  5. 使用 Java 製作 HTML

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

    products.aspose.com/words/zh-hant/java/make/html/
  6. 在 Java 中製作文檔

    使用 Java 庫創建文件。只需幾個步驟即可在 Java 中輕鬆創建新文檔。...Document (); DocumentBuilder builder = new DocumentBuilder (doc);...(doc); Font font = builder.getFont(); font.setName( "Courier New"...

    products.aspose.com/words/zh-hant/java/make/
  7. 使用 Java 製作 PDF

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

    products.aspose.com/words/zh-hant/java/make/pdf/
  8. Aspose words Java -ExportDocumentStructure - vi...

    When exporting DOCX to PDF with pdfOptions.setExportDocumentStructure(true) enabled, the Table of Contents (TOC) shows an unexpected visible space after the page number (trailing whitespace) on TOC lines in the tagged PD…...removeAllChildren(); DocumentBuilder builder = new DocumentBuilder(doc);... // Add TOC title heading builder.getParagraphFormat().setSt...

    forum.aspose.com/t/aspose-words-java-exportdocu...
  9. FieldGlossary | Aspose.Words for Java

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

    reference.aspose.com/words/java/com.aspose.word...
  10. Font.autoColor property | Aspose.Words for Node.js

    Font.autoColor property. Returns the present calculated color of the text (black or white) to be used for 'auto color'... Document (); let builder = new aw . DocumentBuilder...background color's color. expect ( builder . font . color ). toEqual (...

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