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

paragraph builder

(0.16 sec)
  1. Edit HTML In C#

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

    products.aspose.com/words/net/edit/html/
  2. Edit Markdown In Javascript

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

    products.aspose.com/words/nodejs-net/edit/md/
  3. 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...
  4. 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...
  5. 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...
  6. 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/
  7. 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/
  8. 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/
  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/