Sort Score
Result 10 results
Languages All
Labels All
Results 861 - 870 of 4,608 for

paragraph builder

(0.11 sec)
  1. Font Class | Aspose.Words for .NET

    Discover the Aspose.Words.Font class, featuring essential font attributes like name, size, and color to enhance your document formatting and design....various objects such as Run , Paragraph , Style , DocumentBuilder...DocumentBuilder builder = new DocumentBuilder ( doc ); builder . Font...

    reference.aspose.com/words/net/aspose.words/font/
  2. 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...
  3. FieldToc | Aspose.Words for Java

    Implements the TOC field in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.startBoo...FieldToc field = (FieldToc) builder.insertField(FieldType.FIELD_TOC...

    reference.aspose.com/words/java/com.aspose.word...
  4. Aspose::Words::Lists::ListLevel::get_RestartAft...

    Aspose::Words::Lists::ListLevel::get_RestartAfterLevel method. Sets or returns the list level that must appear before the specified list level restarts numbering in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...organize and decorate sets of paragraphs with prefix symbols and indents...

    reference.aspose.com/words/cpp/aspose.words.lis...
  5. TxtSaveOptions class | Aspose.Words for Python

    aspose.words.saving.TxtSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.TEXT](../../aspose.words/saveformat/#TEXT) format... paragraph_break Specifies the string...string to use as a paragraph break when exporting in text formats...

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

    aspose.words.fields.FieldToc class. Implements the TOC field...(Inherited from Field ) use_paragraph_outline_level Gets or sets...whether to use the applied paragraph outline level. Methods Name...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Font.Hidden | Aspose.Words for .NET

    Discover the Font Hidden property. Easily identify if your text is formatted as hidden. Enhance your document's clarity and presentation today!...Document (); DocumentBuilder builder = new DocumentBuilder ( doc...information. builder . Font . Hidden = true ; builder . Font . Size...

    reference.aspose.com/words/net/aspose.words/fon...
  8. FieldToc Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldToc class for seamless Table of Contents creation in documents. Enhance your workflow with powerful features!...whether to use the applied paragraph outline level. Methods Name...node, returns its parent paragraph. If the field is already removed...

    reference.aspose.com/words/net/aspose.words.fie...
  9. 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...learn more, visit the Document Builder Overview documentation article...

    reference.aspose.com/words/net/aspose.words/doc...
  10. Border.theme_color property | Aspose.Words for ...

    Border.theme_color property. Gets or sets the theme color in the applied color scheme that is associated with this Border object....Examples Shows how to insert a paragraph with a top border. doc = aw...aw . Document () builder = aw . DocumentBuilder ( doc = doc )...

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