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

paragraph builder

(0.13 sec)
  1. MarkdownLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading LoadFormat.MARKDOWN document into a Document object in Java....Document(stream, loadOptions); Paragraph para = (Paragraph)doc.getChild(NodeType...getChild(NodeType.PARAGRAPH, 0, true); Assert.assertEquals(Underline.SINGLE...

    reference.aspose.com/words/java/com.aspose.word...
  2. GroupShape Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.GroupShape class to easily manage and manipulate grouped shapes in your documents for enhanced visual appeal....Returns the immediate parent paragraph. PreviousSibling { get; }...Document (); DocumentBuilder builder = new DocumentBuilder ( doc...

    reference.aspose.com/words/net/aspose.words.dra...
  3. Document Class | Aspose.Words for .NET

    Discover the Aspose.Words.Document class for seamless Word document manipulation. Enhance your projects with powerful features and easy integration....creates one section with one paragraph. ExpandTableStylesToD () Converts...with same formatting in all paragraphs of the document. NextPreOrder...

    reference.aspose.com/words/net/aspose.words/doc...
  4. TxtLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading LoadFormat.TEXT document into a Document object in Java....recognition algorithm detects list paragraphs, when list numbers ends with...This may also falsely detect paragraphs that begin with numbers as...

    reference.aspose.com/words/java/com.aspose.word...
  5. 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/
  6. Edit Markdown In Python

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

    products.aspose.com/words/python-net/edit/md/
  7. Edit WORD In Python

    Edit a Word document in Python code....Remove unwanted Word elements (paragraphs, pages, sections, chapters)...aw.Document( "Input.docx" ) builder = aw.DocumentBuilder(doc) #...

    products.aspose.com/words/python-net/edit/word/
  8. Edit TEXT In Javascript

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

    products.aspose.com/words/nodejs-net/edit/text/
  9. Edit HTML In Javascript

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

    products.aspose.com/words/nodejs-net/edit/html/
  10. Programming with Documents in C++|Aspose.Words ...

    Use the Aspose.Words Document Object Model classes to programmatically create, modify, and manage documents 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/cpp/programming-with-docu...