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

paragraph builder

(0.21 sec)
  1. 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...
  2. MarkdownSaveOptions.export_as_html property | A...

    MarkdownSaveOptions.export_as_html property. Allows to specify the elements to be exported to Markdown as raw HTML...Document () builder = aw . DocumentBuilder ( doc = doc ) builder . writeln...Create table. builder . insert_cell () builder . paragraph_format ...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 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...
  4. 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...
  5. FieldLink | Aspose.Words for Java

    Implements the LINK field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...text. // 1 - A LINK field: builder.writeln("FieldLink:\n"); i...

    reference.aspose.com/words/java/com.aspose.word...
  6. TableStyle.conditional_styles property | Aspose...

    TableStyle.conditional_styles property. Collection of conditional styles that may be defined for this 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. Several Image Into PDF C++

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

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

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

    products.aspose.com/words/cpp/merge/jpg-to-txt/
  9. Several Image Into HTML C++

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

    products.aspose.com/words/cpp/merge/image-to-html/
  10. TextBox.break_forward_link method | Aspose.Word...

    TextBox.break_forward_link method. Breaks the link to the next [TextBox](../).... Document () builder = aw . DocumentBuilder ( doc...= doc ) text_box_shape1 = builder . insert_shape ( shape_type...

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