Sort Score
Result 10 results
Languages All
Labels All
Results 621 - 630 of 4,545 for

paragraph builder

(0.09 sec)
  1. Border class | Aspose.Words for Python

    aspose.words.Border class. Represents a border of an object...including paragraph, run of text inside a paragraph or a table...Document () builder = aw . DocumentBuilder ( doc = doc ) builder . font...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ListLevel.number_style property | Aspose.Words ...

    ListLevel.number_style property. Returns or sets the number style for this list level....custom list formatting to paragraphs when using DocumentBuilder...organize and decorate sets of paragraphs with prefix symbols and indents...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Range.replace method | Aspose.Words for Python

    aspose.words.Range.replace method...to work with breaks: &p - paragraph break &b - section break &m...to work with breaks: &p - paragraph break &b - section break &m...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Add bullets or numbers to a list in NPOI|Aspose...

    Add bullets or numbers to a list within a document easily and fast instead of using NPOI in C#....DocumentBuilder builder = new DocumentBuilder ( doc ); builder . Font...= true ; builder . Font . Name = "Courier" ; builder . Font ....

    docs.aspose.com/words/net/add-bullets-or-number...
  5. FieldToc.UpdatePageNumbers | Aspose.Words for .NET

    Effortlessly update your table of contents with FieldToc's UpdatePageNumbers method, ensuring accurate navigation and enhanced document usability....DocumentBuilder builder = new DocumentBuilder ( doc ); builder . StartBookmark...FieldToc field = ( FieldToc ) builder . InsertField ( FieldType ...

    reference.aspose.com/words/net/aspose.words.fie...
  6. FieldToc.PageNumberOmittingLevelRange | Aspose....

    Discover the FieldToc PageNumberOmittingLevelRange property to customize your table of contents by omitting page numbers for specific entry levels....DocumentBuilder builder = new DocumentBuilder ( doc ); builder . StartBookmark...FieldToc field = ( FieldToc ) builder . InsertField ( FieldType ...

    reference.aspose.com/words/net/aspose.words.fie...
  7. FieldToc.PreserveLineBreaks | Aspose.Words for ...

    Discover how the FieldToc PreserveLineBreaks property enhances table entries by preserving newline characters for improved readability and formatting....DocumentBuilder builder = new DocumentBuilder ( doc ); builder . StartBookmark...FieldToc field = ( FieldToc ) builder . InsertField ( FieldType ...

    reference.aspose.com/words/net/aspose.words.fie...
  8. FieldToc.BookmarkName | Aspose.Words for .NET

    Discover the FieldToc BookmarkName property to easily manage bookmarks in your documents, enhancing table creation and organization effortlessly....DocumentBuilder builder = new DocumentBuilder ( doc ); builder . StartBookmark...FieldToc field = ( FieldToc ) builder . InsertField ( FieldType ...

    reference.aspose.com/words/net/aspose.words.fie...
  9. ParagraphFormat.borders property | Aspose.Words...

    ParagraphFormat.borders property. Gets collection of borders of the Paragraph....collection of borders of the paragraph. @property def borders ( self...Examples Shows how to insert a paragraph with a top border. doc = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Document.layout_options property | Aspose.Words...

    Document.layout_options property. Gets a [LayoutOptions](../../../aspose.words.layout/layoutoptions/) object that represents options to control the layout process of this document.... Document () builder = aw . DocumentBuilder ( doc...from a rendered document. builder . writeln ( 'This text is not...

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