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

paragraph builder

(0.13 sec)
  1. Use DocumentBuilder to Insert Document Elements...

    Insert document elements using the document Builder in Java.... Inserting a Paragraph DocumentBuilder.writeln inserts...but in addition, it adds a paragraph break. Current font formatting...

    docs.aspose.com/words/java/use-documentbuilder-...
  2. ConditionalStyle.right_padding property | Aspos...

    ConditionalStyle.right_padding property. Gets or sets the amount of space (in points) to add to the right of 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...
  3. FieldDdeAuto | Aspose.Words for Java

    Implements the DDEAUTO 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...
  4. ConditionalStyle.shading property | Aspose.Word...

    ConditionalStyle.shading property. Gets a [Shading](../../shading/) object that refers to the shading formatting for this conditional 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...
  5. ConditionalStyleCollection.first_column propert...

    ConditionalStyleCollection.first_column property. Gets the first column 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...
  6. ConditionalStyleCollection.bottom_left_cell pro...

    ConditionalStyleCollection.bottom_left_cell property. Gets the bottom left cell 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. BuildingBlock | Aspose.Words for Java

    Represents a glossary document entry such as a Building Block AutoText or an AutoCorrect entry in Java....PARAGRAPH); block.setCategory("My custom...setBehavior(BuildingBlockBehavio.PARAGRAPH); block.setCategory("My custom...

    reference.aspose.com/words/java/com.aspose.word...
  8. XpsSaveOptions.save_format property | Aspose.Wo...

    XpsSaveOptions.save_format property. Specifies the format in which the document will be saved if this save options object is used... Document () builder = aw . DocumentBuilder ( doc...levels 1, 2, and then 3. builder . paragraph_format . style_identifier...

    reference.aspose.com/words/python-net/aspose.wo...
  9. TextBox.is_valid_link_target method | Aspose.Wo...

    TextBox.is_valid_link_target method. Determines whether this [TextBox](../) can be linked to the target [TextBox](../).... Document () builder = aw . DocumentBuilder ( doc...= doc ) text_box_shape1 = builder . insert_shape ( shape_type...

    reference.aspose.com/words/python-net/aspose.wo...
  10. TextBox.next property | Aspose.Words for Python

    TextBox.next property. Returns or sets a [TextBox](../) that represents the next [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...