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

paragraph builder

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

    Allows to specify outline options in Java....create outlines for headings (paragraphs formatted with the Heading...many levels of headings (paragraphs formatted with the Heading...

    reference.aspose.com/words/java/com.aspose.word...
  3. 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...
  4. ReportingEngine | Aspose.Words for Java

    Provides routines to populate template documents with data and a set of settings to control these routines in Java....Examples: Shows how to remove paragraphs selectively. // Template...mark. For such tags, empty paragraphs will be removed. Document...

    reference.aspose.com/words/java/com.aspose.word...
  5. Programming with Documents|Aspose.Words for Pyt...

    Use the Aspose using `Python.Words` Document Object Model classes to programmatically create, modify, and manage documents with python-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/python-net/programming-wi...
  6. 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...
  7. 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...
  8. Edit MARKDOWN In Java

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

    products.aspose.com/words/java/edit/markdown/
  9. 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...
  10. Edit TEXT In Java

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

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