Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 15,219 for

aws

(0.11 sec)
  1. Node.get_text method | Aspose.Words for Python

    Node.get_text method. Gets the text of this node and of all its children.... doc = aw . Document () builder = aw . DocumentBuilder...world!" + aw . ControlChar . CR + "Hello again!" + aw . ControlChar...

    reference.aspose.com/words/python-net/aspose.wo...
  2. RevisionOptions.moved_from_text_effect property...

    RevisionOptions.moved_from_text_effect property. Allows to specify the effect to be applied to the areas where content was moved from [RevisionType.MOVING](../../../aspose.words/revisiontype/#MOVING)... doc = aw . Document ( file_name = MY_DIR...revision_options . inserted_text_color = aw . layout . RevisionColor . GREEN...

    reference.aspose.com/words/python-net/aspose.wo...
  3. RevisionOptions.inserted_text_effect property |...

    RevisionOptions.inserted_text_effect property. Allows to specify the effect to be applied to the inserted content [RevisionType.INSERTION](../../../aspose.words/revisiontype/#INSERTION)... doc = aw . Document ( file_name = MY_DIR...revision_options . inserted_text_color = aw . layout . RevisionColor . GREEN...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Fill.gradient_style property | Aspose.Words for...

    Fill.gradient_style property. Gets the gradient style [GradientStyle](../../gradientstyle/) 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...
  5. RevisionOptions.revised_properties_color proper...

    RevisionOptions.revised_properties_color property. Allows to specify the color to be used for content with changes of formatting properties [RevisionType.FORMAT_CHANGE](../../../aspose.words/revisiontype/#FORMAT_CHANGE) Default value is [RevisionColor.NO_HIGHLIGHT](../../revisioncolor/#NO_HIGHLIGHT).... doc = aw . Document ( file_name = MY_DIR...revision_options . inserted_text_color = aw . layout . RevisionColor . GREEN...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Document.protect method | Aspose.Words for Python

    aspose.words.Document.protect method... doc = aw . Document () builder = aw . DocumentBuilder..." ) builder . insert_break ( aw . BreakType . SECTION_BREAK_NEW_PAGE...

    reference.aspose.com/words/python-net/aspose.wo...
  7. DocumentVisitor.visit_comment_start method | As...

    DocumentVisitor.visit_comment_start method. Called when enumeration of a comment text has started....test_comments_to_text ( self ): doc = aw . Document ( MY_DIR + "Docum...class CommentStructurePrin ( aw . DocumentVisitor ): """Traverses...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Row.parent_table property | Aspose.Words for Py...

    Row.parent_table property. Returns the immediate parent table of the row....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. Document.normalize_field_types method | Aspose....

    Document.normalize_field_types method. Changes field type values [FieldChar.field_type](../../../aspose.words.fields/fieldchar/field_type/) of [FieldStart](../../../aspose.words.fields/fieldstart/), [FieldSeparator](../../../aspose.words.fields/fieldseparator/), [FieldEnd](../../../aspose.words.fields/fieldend/) in the whole document so that they correspond to the field types contained in the field codes.... doc = aw . Document () builder = aw . DocumentBuilder...field codes. self . assertEqual ( aw . fields . FieldType . FIELD_DATE...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ControlChar.PAGE_BREAK property | Aspose.Words ...

    ControlChar.PAGE_BREAK property. Page break character: \x000c or \f... doc = aw . Document () builder = aw . DocumentBuilder...builder . write ( "Before space." + aw . ControlChar . SPACE_CHAR +...

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