Sort Score
Result 10 results
Languages All
Labels All
Results 2,181 - 2,190 of 4,591 for

paragraph builder

(0.14 sec)
  1. Style.BaseStyleName | Aspose.Words for .NET

    Discover how to customize the BaseStyleName property to enhance your design. Easily get or set the style name for improved visual appeal!...DocumentBuilder builder = new DocumentBuilder ( doc ); builder . MoveToDocumentEnd...MoveToDocumentEnd (); builder . ParagraphFormat . Style = doc . Styles...

    reference.aspose.com/words/net/aspose.words/sty...
  2. DocumentBuilder.insertTableOfContents method | ...

    DocumentBuilder.insertTableOfContents method. Inserts a TOC (table of contents) field into the document.... Document (); let builder = new aw . DocumentBuilder...Configure the table to pick up paragraphs with headings of levels 1...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. FieldArgumentBuilder.add_node method | Aspose.W...

    FieldArgumentBuilder.add_node method. Adds a node to the argument....construct fields using a field builder, and then insert them into...field builder. # 1 - Single field: # Use a field builder to add...

    reference.aspose.com/words/python-net/aspose.wo...
  4. XpsSaveOptions | Aspose.Words for .NET

    Discover the XpsSaveOptions constructor to effortlessly create instances for saving documents in the XPS format, enhancing your document management efficiency....Document (); DocumentBuilder builder = new DocumentBuilder ( doc...of levels 1, 2, and then 3. builder . ParagraphFormat . StyleIdentifier...

    reference.aspose.com/words/net/aspose.words.sav...
  5. EndnoteOptions.number_style property | Aspose.W...

    EndnoteOptions.number_style property. Specifies the number format for automatically numbered endnotes.... Document () builder = aw . DocumentBuilder ( doc...that we pass to the document builder's "InsertEndnote" method. #...

    reference.aspose.com/words/python-net/aspose.wo...
  6. OutlineOptions.create_missing_outline_levels pr...

    OutlineOptions.create_missing_outline_levels property. Gets or sets a value determining whether or not to create missing outline levels when the document is exported.... Document () builder = aw . DocumentBuilder ( doc...entries of levels 1 and 5. builder . paragraph_format . style_identifier...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Several Image Into DOC C++

    Merge multiple Image into DOC in C++ code. Save Image as DOC using C++....MakeObject <Document>(); auto builder = MakeObject <DocumentBuilder>(doc);...& fileName : fileNames) { builder-> InsertImage (fileName); //...

    products.aspose.com/words/cpp/merge/image-to-doc/
  8. Several JPG Into DOC C++

    Merge multiple JPG into DOC in C++ code. Save JPG as DOC using C++....MakeObject <Document>(); auto builder = MakeObject <DocumentBuilder>(doc);...& fileName : fileNames) { builder-> InsertImage (fileName); //...

    products.aspose.com/words/cpp/merge/jpg-to-doc/
  9. Several JPG Into WORD C++

    Merge multiple JPG into WORD in C++ code. Save JPG as WORD using C++....MakeObject <Document>(); auto builder = MakeObject <DocumentBuilder>(doc);...& fileName : fileNames) { builder-> InsertImage (fileName); //...

    products.aspose.com/words/cpp/merge/jpg-to-word/
  10. FieldIncludeText | Aspose.Words for Java

    Implements the INCLUDETEXT field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...fieldIncludeText = createFieldIncludeTe(builder, getMyDir() + "CD collection...

    reference.aspose.com/words/java/com.aspose.word...