Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 15,218 for

aws

(0.07 sec)
  1. Fill.back_color property | Aspose.Words for Python

    Fill.back_color property. Gets or sets a Color object that represents the background color for the fill.... doc = aw . Document () builder = aw . DocumentBuilder... insert_shape ( shape_type = aw . drawing . ShapeType . RECTANGLE...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Document.sections property | Aspose.Words for P...

    Document.sections property. Returns a collection that represents all sections in the document.... doc = aw . Document () builder = aw . DocumentBuilder...page: builder . insert_break ( aw . BreakType . SECTION_BREAK_NEW_PAGE...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Body constructor | Aspose.Words for Python

    Body constructor. Initializes a new instance of the [Body](../) class.... doc = aw . Document () # A blank document...root document node. section = aw . Section ( doc ) doc . append_child...

    reference.aspose.com/words/python-net/aspose.wo...
  4. DocumentVisitor.visit_comment_range_start metho...

    DocumentVisitor.visit_comment_range_start method. Called when the start of a commented range of text is encountered....test_comments_to_text ( self ): doc = aw . Document ( MY_DIR + "Docum...class CommentStructurePrin ( aw . DocumentVisitor ): """Traverses...

    reference.aspose.com/words/python-net/aspose.wo...
  5. SignatureLineOptions.instructions property | As...

    SignatureLineOptions.instructions property. Gets or sets instructions to the signer that are displayed on signing the signature line... doc = aw . Document () builder = aw . DocumentBuilder...doc ) signature_line_options = aw . SignatureLineOptions () si...

    reference.aspose.com/words/python-net/aspose.wo...
  6. CompositeNode.count property | Aspose.Words for...

    CompositeNode.count property. Gets the number of immediate children of this node.... doc = aw . Document () # An empty document...first_paragraph paragraph_text = aw . Run ( doc = doc , text = 'Initial...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FootnoteOptions.start_number property | Aspose....

    FootnoteOptions.start_number property. Specifies the starting number or character for the first automatically numbered footnotes.... doc = aw . Document () builder = aw . DocumentBuilder...insert_footnote ( footnote_type = aw . notes . FootnoteType . FOOTNOTE...

    reference.aspose.com/words/python-net/aspose.wo...
  8. DocumentVisitor.visit_table_end method | Aspose...

    DocumentVisitor.visit_table_end method. Called when enumeration of a table has ended....test_table_to_text ( self ): doc = aw . Document ( MY_DIR + "Docum...class TableStructurePrinte ( aw . DocumentVisitor ): """Traverses...

    reference.aspose.com/words/python-net/aspose.wo...
  9. DocumentVisitor.visit_cell_start method | Aspos...

    DocumentVisitor.visit_cell_start method. Called when enumeration of a table cell has started....test_table_to_text ( self ): doc = aw . Document ( MY_DIR + "Docum...class TableStructurePrinte ( aw . DocumentVisitor ): """Traverses...

    reference.aspose.com/words/python-net/aspose.wo...
  10. PageRange constructor | Aspose.Words for Python

    PageRange constructor. Creates a new page range object.... doc = aw . Document ( file_name = MY_DIR...image_options = aw . saving . ImageSaveOptions ( aw . SaveFormat...

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