Sort Score
Result 10 results
Languages All
Labels All
Results 1,471 - 1,480 of 15,612 for

paragraphs

(0.04 sec)
  1. OutlineOptions.HeadingsOutlineLevels | Aspose.W...

    Discover the HeadingsOutlineLevels property in OutlineOptions. Control heading levels for structured documents and enhance navigation with ease....many levels of headings (paragraphs formatted with the Heading...

    reference.aspose.com/words/net/aspose.words.sav...
  2. Working with PDF/A or PDF/UA|Aspose.Words for Java

    Convert to PDF/A-1, PDF/A-2, PDF/A-4 and PDF/UA using Java. There are a few problems when converting to PDF/A documents, and Aspose.Words for Java solves them....blocks such as headings, paragraphs, tables, and others. These...to the outline levels of paragraphs in the source document. For...

    docs.aspose.com/words/java/working-with-pdfa-or...
  3. Cell class | Aspose.Words for Node.js

    Aspose.Words.Tables.Cell class. Represents a table cell...contain block-level nodes Paragraph and Table . A minimal valid...needs to have at least one Paragraph . Inheritance: Cell → CompositeNode...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  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. CompositeNode.insert_before method | Aspose.Wor...

    CompositeNode.insert_before method. Inserts the specified node immediately before the specified reference node....document, by default, has one paragraph. self . assertEqual ( 1 ,.... first_section . body . paragraphs . count ) # Composite nodes...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Table constructor | Aspose.Words for Python

    Table constructor. Initializes a new instance of the [Table](../) class....contain cells, which may have paragraphs # with typical elements such...least one row, cell, and paragraph. first_row = aw . tables ...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Translate Markdown to DOM|Aspose.Words for Pyth...

    Tarnslate a Markdown document to Document Object Model and back using Python. So you can work with complex existing Markdown and programmatically create a Markdown document from scratch....nested features, we also use paragraph styles with a name that starts...formatting in either list style or paragraph formatting. Inline Blocks...

    docs.aspose.com/words/python-net/translate-mark...
  8. Specify Layout Options in C#|Aspose.Words for .NET

    Specify Layout Options for various document layouts using C#.... which specifies whether paragraph mark characters are rendered...example below contains three paragraphs. The second one is hidden...

    docs.aspose.com/words/net/specify-layout-options/
  9. CleanupOptions | Aspose.Words for Java

    Allows to specify options for document cleaning in Java....PARAGRAPH, "MyStyle1"); myStyle.getFont()...getStyles().add(StyleType.PARAGRAPH, "MyStyle2"); duplicateStyle...

    reference.aspose.com/words/java/com.aspose.word...
  10. Specify Layout Options in Java|Aspose.Words for...

    Create output documents with various layouts, depending on the parameters specified in the Document using Java.... which specifies whether paragraph mark characters are rendered...example below contains three paragraphs. The second one is hidden...

    docs.aspose.com/words/java/specify-layout-options/