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

paragraph builder

(0.19 sec)
  1. FixedPageSaveOptions | Aspose.Words for Java

    Contains common options that can be specified when saving a document into fixed page formats PDF XPS images etc in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.writeln("Page...1."); builder.insertBreak(BreakType.PAGE_BREAK); builder.writeln("Page...

    reference.aspose.com/words/java/com.aspose.word...
  2. Programming with Documents in C#|Aspose.Words f...

    Use the Aspose.Words Document Object Model classes to programmatically create, modify, and manage documents with .NET using C#. Work with document properties, settings, and content, as well as with document appearance through the management of colors, shapes, fonts and other graphics....Object Model (DOM) Document Builder Overview Working with Document...Working with Lists Working with Paragraphs Working with Hyphenation...

    docs.aspose.com/words/net/programming-with-docu...
  3. 在C#中使用文件進行編程|Aspose.Words for .NET

    透過使用 Aspose.Words Document Object Model 類別,以 C# 在 .NET 中以程式方式建立、修改及管理文件。 透過管理顏色、形狀、字體和其他圖形,工作於文件的屬性、設定和內容,以及其樣式。...Object Model (DOM) Document Builder Overview Working with Document...Working with Lists Working with Paragraphs Working with Hyphenation...

    docs.aspose.com/words/zh-hant/net/programming-w...
  4. 插入docx - Free Support Forum - aspose.com

    [ { "content": "这是一个普通的段落,用于展示一般的文本内容,提供信息或描述情境。", "type": "普通段落" }, { "content": "这是一个加粗的段落,强调重点内容或重要提示,吸引读者注意。", "type": "加粗段落" }, { "content": "<table border…...DocumentBuilder builder = new DocumentBuilder(doc); // 添加普通段落 builder.Font...= 12; builder.ParagraphFormat.SpaceBefore = 0; builder.ParagraphFormat...

    forum.aspose.com/t/docx/310697
  5. Change styles for complete document - Free Supp...

    Hi we are trying to change style of document, there are few issues that are seen and need support for resolving the issues we are using the below function to change the font name and font size def change_styles(self, f…...False def force_runs_size_in_paragraphs_with_style(self, doc: aw...get_child_nodes(aw.NodeType.PARAGRAPH, True) hits_p = hits_r = 0...

    forum.aspose.com/t/change-styles-for-complete-d...
  6. PsSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.PS format in Java....new Document(getMyDir() + "Paragraphs.docx"); // Create a "PsSaveOptions"...DocumentBuilder builder = new DocumentBuilder(doc); builder.getFont()...

    reference.aspose.com/words/java/com.aspose.word...
  7. HtmlElementSizeOutputMode | Aspose.Words for Java

    Specifies how Aspose.Words exports element widths and heights to HTML MHTML and EPUB in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...table = builder.startTable(); builder.insertCell(); builder.write("Row...

    reference.aspose.com/words/java/com.aspose.word...
  8. VerticalAlignment | Aspose.Words for Java

    Specifies vertical alignment of a floating shape text frame or a floating table in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...page's center. Shape shape = builder.insertImage(getImageDir() +...

    reference.aspose.com/words/java/com.aspose.word...
  9. HtmlLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading HTML document into a Document object in Java....html = "\n\n \n \n paragraph 1\n paragraph 2\n\n\n"; HtmlLoadOptions...document is missing the default paragraph formatting style. // This...

    reference.aspose.com/words/java/com.aspose.word...
  10. PDF Tag Structure Issue for TOC – Missing Refer...

    We have observed that the PDF tag structure for the Table of Contents (TOC) differs when generating a document via code compared to using the Word “Save as PDF” option. Specifically, the reference link is missing in the …...removeAllChildren(); DocumentBuilder builder = new DocumentBuilder(doc);...structure for accessibility builder.getParagraphFormat().setSt...

    forum.aspose.com/t/pdf-tag-structure-issue-for-...