Sort Score
Result 10 results
Languages All
Labels All
Results 1,681 - 1,690 of 15,511 for

paragraph

(0.12 sec)
  1. ListCollection | Aspose.Words for Java

    Stores and manages formatting of bulleted and numbered lists used in a document in Java....collection separately from the paragraphs of text. You do not create...words.List) method. To make a paragraph bulleted or numbered, you...

    reference.aspose.com/words/java/com.aspose.word...
  2. TabStop class | Aspose.Words for Python

    aspose.words.TabStop class. Represents a single custom tab stop...right tab stop in TOC related paragraphs. doc = aw . Document ( file_name...docx' ) # Iterate through all paragraphs with TOC result-based styles;...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ListCollection class | Aspose.Words for Python

    aspose.words.lists.ListCollection class. Stores and manages formatting of bulleted and numbered lists used in a document...collection separately from the paragraphs of text. You do not create...add_copy() method. To make a paragraph bulleted or numbered, you...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ListCollection class | Aspose.Words for Node.js

    Aspose.Words.Lists.ListCollection class. Stores and manages formatting of bulleted and numbered lists used in a document...collection separately from the paragraphs of text. You do not create...addCopy() method. To make a paragraph bulleted or numbered, you...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Remove Breaks in PHP|Aspose.Words for Java

    Remove Breaks using PHP....$ doc ) { // Retrieve all paragraphs in the document. $ nodeType...aspose.words.NodeType" ); $ paragraphs = $ doc -> getChildNodes...

    docs.aspose.com/words/java/remove-breaks-in-php/
  6. Aspose::Words::Lists namespace | Aspose.Words f...

    Aspose::Words::Lists namespace. The Aspose.Words.Lists namespace contains classes for working with bulleted and numbered lists defined in a document in C++....formatting is applied to a paragraph. To learn more, visit the...label from the text of the paragraph. Aspose::Words::Layout namespace...

    reference.aspose.com/words/cpp/aspose.words.lists/
  7. 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/
  8. CompatibilityOptions.do_not_suppress_paragraph_...

    CompatibilityOptions.do_not_suppress_Paragraph_borders property. Do Not Suppress Paragraph Borders Next To Frames....do_not_suppress_paragraph_borders property CompatibilityOptions...do_not_suppress_paragraph_borders property Do Not Suppress Paragraph Borders...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Markdown Lists – C# Code Examples

    Creating Markdown Lists in C#. Use the C# library to create ordered and unordered Markdown lists....AppendChild(li1); // Create a paragraph with text content and add...the li1 item var paragraph = mdf.Paragraph(); var heading = mdf...

    products.aspose.com/html/net/markdown-list/
  10. CleanupOptions.duplicate_style property | Aspos...

    CleanupOptions.duplicate_style property. Gets/sets a flag indicating whether duplicate styles should be removed from document... PARAGRAPH , 'MyStyle1' ) my_style ..... add ( aw . StyleType . PARAGRAPH , 'MyStyle2' ) duplicate_style...

    reference.aspose.com/words/python-net/aspose.wo...