Sort Score
Result 10 results
Languages All
Labels All
Results 2,171 - 2,180 of 4,546 for

paragraph builder

(0.09 sec)
  1. ShapeBase Class | Aspose.Words for .NET

    Explore the Aspose.Words.Drawing.ShapeBase class, your foundation for creating dynamic drawings, including AutoShapes, OLE objects, and ActiveX controls....Returns the immediate parent paragraph. PreviousSibling { get; }...the shape is a child of a Paragraph object, then the shape is...

    reference.aspose.com/words/net/aspose.words.dra...
  2. FieldFileName class | Aspose.Words for Node.js

    Aspose.Words.Fields.FieldFileName class. Implements the FILENAME field...node, returns its parent paragraph. If the field is already removed...let builder = new aw . DocumentBuilder ( doc ); builder . moveToDocumentEnd...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. FieldFileSize.is_in_kilobytes property | Aspose...

    FieldFileSize.is_in_kilobytes property. Gets or sets whether to display the file size in kilobytes....bytes ) builder = aw . DocumentBuilder ( doc = doc ) builder . move_to_document_end...move_to_document_end () builder . insert_paragraph () # Below are three...

    reference.aspose.com/words/python-net/aspose.wo...
  4. RtfSaveOptions.save_images_as_wmf property | As...

    RtfSaveOptions.save_images_as_wmf property. When ``True`` all images will be saved as WMF....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . writeln...'Jpeg image:' ) image_shape = builder . insert_image ( file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Shape.text_box property | Aspose.Words for Python

    Shape.text_box property. Defines attributes that specify how text is displayed in a shape.... Document () builder = aw . DocumentBuilder ( doc...doc = doc ) text_box_shape = builder . insert_shape ( shape_type...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 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...
  7. ShapeBase.coord_origin property | Aspose.Words ...

    ShapeBase.coord_origin property. The coordinates at the top-left corner of the containing block of this shape....child5 ) builder = aw . DocumentBuilder ( doc = doc ) builder . insert_node...insert_node ( group ) builder . move_to ( group . get_child (...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 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...
  9. DocumentBuilder.move_to_merge_field method | As...

    aspose.words.DocumentBuilder.move_to_merge_field method...with data with a document builder instead of a mail merge. doc...doc = aw . Document () builder = aw . DocumentBuilder ( doc =...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Document.update_fields method | Aspose.Words fo...

    Document.update_fields method. Updates the values of fields in the whole document.... Document () builder = aw . DocumentBuilder ( doc...Configure the table to pick up paragraphs with headings of levels 1...

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