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

paragraph builder

(0.25 sec)
  1. FootnoteType enumeration | Aspose.Words for Python

    aspose.words.notes.FootnoteType enumeration. Specifies whether this is a footnote or an endnote.... Document () builder = aw . DocumentBuilder ( doc...at the bottom of the page. builder . write ( 'This text will be...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 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/
  3. 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/
  4. 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/
  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. 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...
  7. 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...
  8. SectionLayoutMode enumeration | Aspose.Words fo...

    aspose.words.SectionLayoutMode enumeration. Specifies the layout mode for a section allowing to define the document grid behavior.... Document () builder = aw . DocumentBuilder ( doc...per line in this section. builder . page_setup . layout_mode...

    reference.aspose.com/words/python-net/aspose.wo...
  9. 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...
  10. OutlineOptions.headings_outline_levels property...

    OutlineOptions.headings_outline_levels property. Specifies how many levels of headings (Paragraphs formatted with the Heading styles) to include in the document outline....many levels of headings (paragraphs formatted with the Heading...outline. doc = aw . Document () builder = aw . DocumentBuilder ( doc...

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