Sort Score
Result 10 results
Languages All
Labels All
Results 2,691 - 2,700 of 4,643 for

paragraph builder

(0.16 sec)
  1. Edit PDF In C#

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

    products.aspose.com/words/net/edit/pdf/
  2. Edit MARKDOWN In C#

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

    products.aspose.com/words/net/edit/markdown/
  3. 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/
  4. 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...
  5. ReportingEngine | Aspose.Words for Java

    Provides routines to populate template documents with data and a set of settings to control these routines in Java....DocumentBuilder builder = new DocumentBuilder(); builder.writeln("<<[missingObject...writeln("<<[missingObject.First().id]>>"); builder.writeln("<><<[id]>><>"); ReportingEngine...

    reference.aspose.com/words/java/com.aspose.word...
  6. Edit DOC In C#

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

    products.aspose.com/words/net/edit/doc/
  7. How to Add Group Shape into a Word Document|Asp...

    Grouping and ungrouping shapes using C++...., builder.CurrentParagraph->AppendChild(groupShape)...desired HeaderFooter node (e.g., builder.CurrentSection->HeadersFoo...

    docs.aspose.com/words/cpp/how-to-add-group-shap...
  8. Programming with Documents|Aspose.Words for Nod...

    Use the Aspose using `Nodejs.Words` Document Object Model classes to programmatically create, modify, and manage documents with nodejs-net. 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 Asian Typography...

    docs.aspose.com/words/nodejs-net/programming-wi...
  9. 插入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
  10. Edit DOCX In Java

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

    products.aspose.com/words/java/edit/docx/