Sort Score
Result 10 results
Languages All
Labels All
Results 2,681 - 2,690 of 4,644 for

paragraph builder

(0.09 sec)
  1. Working with Headers and Footers in Java|Aspose...

    How to manipulate headers and footers using Java....to a header: Set Font and Paragraph Properties for Header or Footer...you can set the font and paragraph properties, use the HeaderPrimary...

    docs.aspose.com/words/java/working-with-headers...
  2. 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/
  3. Programming with Documents in Java|Aspose.Words...

    Use the Aspose.Words Document Object Model classes to programmatically create, modify, and manage documents with Java. 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/java/programming-with-doc...
  4. 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...
  5. 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/
  6. 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/
  7. Edit DOC In Python

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

    products.aspose.com/words/python-net/edit/doc/
  8. Edit DOCX In Python

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

    products.aspose.com/words/python-net/edit/docx/
  9. Edit TEXT In Python

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

    products.aspose.com/words/python-net/edit/text/
  10. 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/