Sort Score
Result 10 results
Languages All
Labels All
Results 2,231 - 2,240 of 4,643 for

paragraph builder

(0.09 sec)
  1. FieldRD.is_path_relative property | Aspose.Word...

    FieldRD.is_path_relative property. Gets or sets whether the path is relative to the current document.... Document () builder = aw . DocumentBuilder ( doc...doc = doc ) # Use a document builder to insert a table of contents...

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

    Implements the DDE 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.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.... Document () builder = aw . DocumentBuilder ( doc...doc ) table = builder . start_table () builder . insert_cell...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Document.append_document method | Aspose.Words ...

    aspose.words.Document.append_document method... append_paragraph ( 'Source document text. '...first_section . body . append_paragraph ( 'Destination document text...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FieldData | Aspose.Words for Java

    Implements the DATA field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FieldData field = (FieldData) builder.insertField(FieldType.FIELD_DATA...

    reference.aspose.com/words/java/com.aspose.word...
  7. FieldBarcode | Aspose.Words for Java

    Implements the BARCODE field in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.writeln();...FieldBarcode field = (FieldBarcode) builder.insertField(FieldType.FIELD_BARCODE...

    reference.aspose.com/words/java/com.aspose.word...
  8. FieldDocProperty | Aspose.Words for Java

    Implements the DOCPROPERTY field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...fieldDocProperty = (FieldDocProperty) builder.insertField(" DOCPROPERTY Category...

    reference.aspose.com/words/java/com.aspose.word...
  9. FieldRevNum | Aspose.Words for Java

    Implements the REVNUM field in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.write("Current...FieldRevNum field = (FieldRevNum) builder.insertField(FieldType.FIELD_REVISION_NUM...

    reference.aspose.com/words/java/com.aspose.word...
  10. Style.base_style_name property | Aspose.Words f...

    Style.base_style_name property. Gets/sets the name of the style this style is based on....2' )) builder = aw . DocumentBuilder ( doc = doc ) builder . move_to_document_end...move_to_document_end () builder . paragraph_format . style = doc...

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