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

paragraph builder

(0.14 sec)
  1. 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...
  2. XpsSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.XPS format in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...of levels 1, 2, and then 3. builder.getParagraphFormat().setSt...

    reference.aspose.com/words/java/com.aspose.word...
  3. Edit Word, PDF In C#

    Edit DOCX, DOC, PDF and a variety of other file formats in C#....Update existing elements: paragraphs, lists, tables, images, links...chapters, sections, pages, paragraphs) Edit table using C# One...

    products.aspose.com/words/net/edit/
  4. 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...
  5. Edit Word, PDF In Java

    Edit DOCX, DOC, PDF and a variety of other file formats in Java....Update existing elements: paragraphs, lists, tables, images, links...chapters, sections, pages, paragraphs) Edit table using Java One...

    products.aspose.com/words/java/edit/
  6. Edit Markdown In C#

    Edit Markdown in C# code....Remove unwanted MD elements (paragraphs, pages, sections, chapters)...Document( "Input.md" ); var builder = new DocumentBuilder(doc);...

    products.aspose.com/words/net/edit/md/
  7. Edit DOC In Java

    Edit DOC in Java code....Remove unwanted DOC elements (paragraphs, pages, sections, chapters)..."Input.doc" ); DocumentBuilder builder = new DocumentBuilder (doc);...

    products.aspose.com/words/java/edit/doc/
  8. Edit Markdown In Java

    Edit Markdown in Java code....Remove unwanted MD elements (paragraphs, pages, sections, chapters)..."Input.md" ); DocumentBuilder builder = new DocumentBuilder (doc);...

    products.aspose.com/words/java/edit/md/
  9. ShapeType enumeration | Aspose.Words for Python

    aspose.words.drawing.ShapeType enumeration. Specifies the type of shape in a Microsoft Word document.... first_paragraph . append_child ( shape ) doc...Document () builder = aw . DocumentBuilder ( doc = doc ) builder . insert_shape...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 插入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