Sort Score
Result 10 results
Languages All
Labels All
Results 1,001 - 1,010 of 4,262 for

paragraph builder

(0.05 sec)
  1. CellFormat.fit_text property | Aspose.Words for...

    CellFormat.fit_text property. If ``True``, fits text in the cell, compressing each Paragraph to the width of the cell....the cell, compressing each paragraph to the width of the cell....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . start_table...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Style.equals method | Aspose.Words for Node.js

    Style.equals method. Compares with the specified style...style, linked style and next paragraph style are recursively compared...let builder = new aw . DocumentBuilder ( doc ); builder . moveToDocumentEnd...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. CellFormat.FitText | Aspose.Words for .NET

    Discover the CellFormat FitText property, easily compress text to fit your cell's width, enhancing readability and presentation in your spreadsheets....the cell, compressing each paragraph to the width of the cell....DocumentBuilder builder = new DocumentBuilder ( doc ); builder . StartTable...

    reference.aspose.com/words/net/aspose.words.tab...
  4. FieldShape.text property | Aspose.Words for Python

    FieldShape.text property. Gets or sets the text to retrieve.... Document () builder = aw . DocumentBuilder ( doc...BIDIOUTLINE field numbers paragraphs like the AUTONUM/LISTNUM...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ListLevel.is_legal property | Aspose.Words for ...

    ListLevel.is_legal property. True if the level turns all inherited numbers to Arabic, false if it preserves their number style.... Document () builder = aw . DocumentBuilder ( doc...organize and decorate sets of paragraphs with prefix symbols and indents...

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

    Aspose.Words.EditableRange class. Represents a single editable range...let builder = new aw . DocumentBuilder ( doc ); builder . writeln..." + " we cannot edit this paragraph without the password." );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Insert Hyperlink to Document|Aspose.Words for Java

    Insert a hyperlink to a document easily and fast instead of using docx4j....DocumentBuilder builder = new DocumentBuilder ( doc ); builder . write...visit " ); // Insert the link. builder . insertHyperlink ( "Aspose...

    docs.aspose.com/words/java/insert-hyperlink-to-...
  8. LineNumberRestartMode Enum | Aspose.Words for .NET

    Discover Aspose.Words.LineNumberRestartMode enum to control automatic line numbering resets for enhanced document formatting and clarity....Document (); DocumentBuilder builder = new DocumentBuilder ( doc...line. PageSetup pageSetup = builder . PageSetup ; pageSetup . LineStartingNumber...

    reference.aspose.com/words/net/aspose.words/lin...
  9. Style.Remove | Aspose.Words for .NET

    Effortlessly eliminate unwanted styles from your document with the Style Remove method. Enhance your content's appearance and maintain consistency!...removed from corresponding paragraphs, runs and tables. If base...Styles . Add ( StyleType . Paragraph , "MyStyle" ); style . Font...

    reference.aspose.com/words/net/aspose.words/sty...
  10. DocumentBuilder.is_at_start_of_paragraph proper...

    DocumentBuilder.is_at_start_of_Paragraph property. Returns ``True`` if the cursor is at the beginning of the current Paragraph (no text before the cursor)....is_at_start_of_paragraph property DocumentBuilder.is_at_start_of_paragraph...is_at_start_of_paragraph property Returns True if the cursor is at the...

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