Sort Score
Result 10 results
Languages All
Labels All
Results 2,261 - 2,270 of 4,637 for

paragraph builder

(0.76 sec)
  1. FieldCompare | Aspose.Words for Java

    Implements the COMPARE field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FieldCompare field = (FieldCompare) builder.insertField(FieldType.FIELD_COMPARE...

    reference.aspose.com/words/java/com.aspose.word...
  2. FieldImport | Aspose.Words for Java

    Implements the IMPORT field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...fieldIncludePicture = (FieldIncludePicture) builder.insertField(FieldType.FIELD_INCLUDE_PICTURE...

    reference.aspose.com/words/java/com.aspose.word...
  3. ImagePixelFormat enumeration | Aspose.Words for...

    aspose.words.saving.ImagePixelFormat enumeration. Specifies the pixel format for the generated images of document pages....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . paragraph_format...'Heading 1' ) builder . writeln ( 'Hello world!' ) builder . insert_image...

    reference.aspose.com/words/python-net/aspose.wo...
  4. DocumentBuilder.insert_combo_box method | Aspos...

    DocumentBuilder.insert_combo_box method. Inserts a combobox form field at the current position.... builder = aw . DocumentBuilder () #...create them using a document builder, and below are two ways of...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 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...
  6. ConditionalStyleType enumeration | Aspose.Words...

    aspose.words.ConditionalStyleType enumeration. Represents possible table areas to which conditional formatting may be defined in a table style....() builder = aw . DocumentBuilder ( doc ) table = builder . start_table...start_table () builder . insert_cell () builder . write ( 'Cell...

    reference.aspose.com/words/python-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. FieldBibliography | Aspose.Words for Java

    Implements the BIBLIOGRAPHY field in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.write("Text...fieldCitation = (FieldCitation) builder.insertField(FieldType.FIELD_CITATION...

    reference.aspose.com/words/java/com.aspose.word...
  9. Several Image Into DOCX C++

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

    products.aspose.com/words/cpp/merge/image-to-docx/
  10. FieldAutoNumLgl.remove_trailing_period property...

    FieldAutoNumLgl.remove_trailing_period property. Gets or sets whether to display the number without a trailing period.... Document () builder = aw . DocumentBuilder ( doc..._insert_numbered_clause ( builder , ' \t Heading 1' , filler_text...

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