Sort Score
Result 10 results
Languages All
Labels All
Results 1,721 - 1,730 of 7,682 for

paragraph

(0.05 sec)
  1. DocumentBuilder Class | Aspose.Words for .NET

    Discover the Aspose.Words.DocumentBuilder class—your solution for effortlessly inserting text, images, and formatting elements in documents....other content, specify font, paragraph and section formatting. To...CurrentParagraph { get; } Gets the paragraph that is currently selected...

    reference.aspose.com/words/net/aspose.words/doc...
  2. Manage Text|Aspose.Slides for Python Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Settings Manage PowerPoint Paragraph in Python Text Formatting...

    docs.aspose.com/slides/python-net/manage-text/
  3. ListCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words.Lists.ListCollection class for efficient management of bulleted and numbered lists, enhancing document formatting and organization....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/net/aspose.words.lis...
  4. Section.body property | Aspose.Words for Python

    Section.body property. Returns the [Body](../../body/) child node of the section....section, one body and one paragraph. # Call the "RemoveAllChildren"...contains at least one empty paragraph. body . ensure_minimum ()...

    reference.aspose.com/words/python-net/aspose.wo...
  5. StyleCollection.Add | Aspose.Words for .NET

    Discover the StyleCollection Add method to effortlessly create and add custom user-defined styles to your collection, enhancing your design flexibility....You can create character, paragraph or a list style. When creating...a style of the "StyleType.Paragraph", the collection will apply...

    reference.aspose.com/words/net/aspose.words/sty...
  6. List.listId property | Aspose.Words for Node.js

    List.listId property. Gets the unique identifier of the list....Examples Shows how to output all paragraphs in a document that are list...getChildNodes ( aw . NodeType . Paragraph , true )]; for ( let node...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Section Class | Aspose.Words for .NET

    Discover the Aspose.Words.Section class, your key to managing individual document sections effortlessly. Enhance your document editing experience today!...section has Body with one Paragraph . GetAncestor ( NodeType )...needs to have Body with one Paragraph . Each section has its own...

    reference.aspose.com/words/net/aspose.words/sec...
  8. ParagraphFormat.suppressAutoHyphens property | ...

    ParagraphFormat.suppressAutoHyphens property. Specifies whether the current Paragraph should be exempted from any hyphenation which is applied in the document settings....Specifies whether the current paragraph should be exempted from any...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Section class | Aspose.Words for Python

    aspose.words.Section class. Represents a single section in a document...needs to have Body with one Paragraph . Each section has its own...has Section.body with one Paragraph . get_ancestor(ancestor_type)...

    reference.aspose.com/words/python-net/aspose.wo...
  10. How to Convert HTML Document to Word in Python

    This short guide provides information on how to convert HTML document to Word in Python. It shares IDE settings, a list of steps, and a runnable sample code for HTML to Word conversion in Python....sample text to the first paragraph of the HTML file to demonstrate...text at the end of the first paragraph. Code to Convert HTML Document...

    kb.aspose.com/words/python/how-to-convert-html-...