Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 15,617 for

paragraphs

(0.08 sec)
  1. 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...
  2. TabStop.Alignment | Aspose.Words for .NET

    Discover the TabStop Alignment property to easily customize text alignment at tab stops, enhancing your document's layout and readability....right tab stop in TOC related paragraphs. Document doc = new Document...); // Iterate through all paragraphs with TOC result-based styles;...

    reference.aspose.com/words/net/aspose.words/tab...
  3. TabStop.leader property | Aspose.Words for Node.js

    TabStop.leader property. Gets or sets the type of the leader line displayed under the tab character....right tab stop in TOC related paragraphs. let doc = new aw . Document...); // Iterate through all paragraphs with TOC result-based styles;...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. ListFormat.listLevel property | Aspose.Words fo...

    ListFormat.listLevel property. Returns the list level formatting plus any formatting overrides applied to the current paragraph....overrides applied to the current paragraph. get listLevel () : Aspose...custom list formatting to paragraphs when using DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. ListLevel.textPosition property | Aspose.Words ...

    ListLevel.textPosition property. Returns or sets the position (in points) for the second line of wrapping text for the list level....corresponds to LeftIndent of the paragraph. Examples Shows how to apply...custom list formatting to paragraphs when using DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Extract Text and Images from PPTX Files using P...

    Python source code to parse PPTX Presentation....range(len(textFramesPPTX)): # Loop through paragraphs in current ITextFrame for...para in textFramesPPTX[i] . paragraphs: # Loop through portions...

    products.aspose.com/slides/python-net/parser/pptx/
  7. How to Eliminate Page Breaks in Word using Java

    This article describes how to eliminate page breaks in Word using Java. It has details about the environment settings, a list of programming steps, and a runnable sample code to remove all page breaks in Word using Java....to the paragraphs Iterate through all the paragraphs to find...breaks before each paragraph Within a paragraph iterate through...

    kb.aspose.com/words/java/how-to-eliminate-page-...
  8. BuiltInDocumentProperties.Characters | Aspose.W...

    Discover the BuiltInDocumentProperties Characters property, providing an accurate character count estimate to enhance document management and efficiency.... Paragraphs ); Assert . AreEqual ( 1.... BuiltInDocumentPrope . Paragraphs ); // For the line count...

    reference.aspose.com/words/net/aspose.words.pro...
  9. BuiltInDocumentProperties.lines property | Aspo...

    BuiltInDocumentProperties.lines property. Represents an estimate of the number of lines in the document.... paragraphs ) self . assertEqual ( 1...built_in_document_properties . paragraphs ) # For the line count, we...

    reference.aspose.com/words/python-net/aspose.wo...
  10. BuiltInDocumentProperties.words property | Aspo...

    BuiltInDocumentProperties.words property. Represents an estimate of the number of words in the document.... paragraphs ) self . assertEqual ( 1...built_in_document_properties . paragraphs ) # For the line count, we...

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