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

paragraph builder

(0.17 sec)
  1. 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/
  2. 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/
  3. 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/
  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 Word, PDF In Python

    Edit DOCX, DOC, PDF and a variety of other file formats in Python....Update existing elements: paragraphs, lists, tables, images, links...chapters, sections, pages, paragraphs) Edit table using Python...

    products.aspose.com/words/python-net/edit/
  6. Edit Word, PDF In C#

    Edit DOCX, DOC, PDF and a variety of other file formats in C#....Update existing elements: paragraphs, lists, tables, images, links...chapters, sections, pages, paragraphs) Edit table using C# One...

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