Sort Score
Result 10 results
Languages All
Labels All
Results 2,141 - 2,150 of 4,243 for

paragraph builder

(0.06 sec)
  1. TextureIndex | Aspose.Words for Java

    Specifies shading texture in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...BorderCollection borders = builder.getParagraphFormat().getBorders();...

    reference.aspose.com/words/java/com.aspose.word...
  2. CellFormat.wrap_text property | Aspose.Words fo...

    CellFormat.wrap_text property. If ``True``, wrap text for the cell....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . start_table...formatting options for a document builder # will apply them to every...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ConditionalStyle.bottom_padding property | Aspo...

    ConditionalStyle.bottom_padding property. Gets or sets the amount of space (in points) to add below the contents of table cells....() builder = aw . DocumentBuilder ( doc ) table = builder . start_table...start_table () builder . insert_cell () builder . write ( 'Cell...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ConditionalStyle.top_padding property | Aspose....

    ConditionalStyle.top_padding property. Gets or sets the amount of space (in points) to add above the contents of table cells....() builder = aw . DocumentBuilder ( doc ) table = builder . start_table...start_table () builder . insert_cell () builder . write ( 'Cell...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Several JPG Into PDF C++

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

    products.aspose.com/words/cpp/merge/jpg-to-pdf/
  6. Several JPG Into HTML C++

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

    products.aspose.com/words/cpp/merge/jpg-to-html/
  7. Several JPG Into DOCX C++

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

    products.aspose.com/words/cpp/merge/jpg-to-docx/
  8. CellFormat.vertical_alignment property | Aspose...

    CellFormat.vertical_alignment property. Returns or sets the vertical alignment of text in the cell....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . start_table...formatting options for a document builder # will apply them to every...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FieldNextIf | Aspose.Words for Java

    Implements the NEXTIF field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);..."Bloggs"); insertMergeFields(builder, "First row: "); // If we have...

    reference.aspose.com/words/java/com.aspose.word...
  10. TextBox.previous property | Aspose.Words for Py...

    TextBox.previous property. Returns a [TextBox](../) that represents the previous [TextBox](../) in a sequence of shapes.... Document () builder = aw . DocumentBuilder ( doc...= doc ) text_box_shape1 = builder . insert_shape ( shape_type...

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