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

paragraph builder

(0.2 sec)
  1. 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/
  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. Document.save method | Aspose.Words for Python

    aspose.words.Document.save method...Document () builder = aw . DocumentBuilder ( doc ) builder . write...docx' ) builder = aw . DocumentBuilder ( doc = doc ) builder . font...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FieldAutoNumLgl | Aspose.Words for Java

    Implements the AUTONUMLGL field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...document. insertNumberedClause(builder, "\tHeading 1", FILLER_TEXT...

    reference.aspose.com/words/java/com.aspose.word...
  6. ConditionalStyleCollection class | Aspose.Words...

    aspose.words.ConditionalStyleCollection class. Represents a collection of [ConditionalStyle](../conditionalstyle/) objects...() 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. ImportFormatOptions.ignore_text_boxes property ...

    ImportFormatOptions.ignore_text_boxes property. Gets or sets a boolean value that specifies that source formatting of textboxes content ignored if [ImportFormatMode.KEEP_SOURCE_FORMATTING](../../importformatmode/#KEEP_SOURCE_FORMATTING) mode is used... Document () builder = aw . DocumentBuilder ( doc...doc = dst_doc ) builder . writeln ( 'Hello world!' ) # Create...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::BreakType enum | Aspose.Words fo...

    Aspose::Words::BreakType enum. Specifies type of a break inside a document in C++....ParagraphBreak 0 Break between paragraphs. PageBreak 1 Explicit page...Words :: Document > (); auto builder = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words/bre...
  9. FieldCitation.suffix property | Aspose.Words fo...

    FieldCitation.suffix property. Gets or sets a suffix that is appended to the citation....docx' ) builder = aw . DocumentBuilder ( doc ) builder . write...referenced book. field_citation = builder . insert_field ( aw . fields...

    reference.aspose.com/words/python-net/aspose.wo...
  10. FieldSeq.reset_heading_level property | Aspose....

    FieldSeq.reset_heading_level property. Gets or sets an integer number representing a heading level to reset the sequence number to... Document () builder = aw . DocumentBuilder ( doc...to 100. builder . write ( '#' ) field_seq = builder . insert_field...

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