RevisionOptions.moved_to_text_color property. Allows to specify the color to be used for areas where content was moved to [RevisionType.MOVING](../../../aspose.words/revisiontype/#MOVING)... doc = aw . Document ( file_name = MY_DIR...revision_options . inserted_text_color = aw . layout . RevisionColor . GREEN...
RevisionOptions.revised_properties_effect property. Allows to specify the effect for content areas with changes of formatting properties [RevisionType.FORMAT_CHANGE](../../../aspose.words/revisiontype/#FORMAT_CHANGE) Default value is [RevisionTextEffect.NONE](../../revisiontexteffect/#NONE)... doc = aw . Document ( file_name = MY_DIR...revision_options . inserted_text_color = aw . layout . RevisionColor . GREEN...
RevisionOptions.revision_bars_color property. Allows to specify the color to be used for side bars that identify document lines containing revised information... doc = aw . Document ( file_name = MY_DIR...revision_options . inserted_text_color = aw . layout . RevisionColor . GREEN...
MailMergeSettings.clone method. Returns a deep clone of this object.... doc = aw . Document () builder = aw . DocumentBuilder...settings . main_document_type = aw . settings . MailMergeMainDocumen...
WebExtension.is_frozen property. Specifies whether the user can interact with the web extension or not.... doc = aw . Document () # Create task pane...location. my_script_task_pane = aw . webextensions . TaskPane ()...
aspose.words.fields.FieldBuilder class. Builds a field from field code tokens (arguments and switches)... doc = aw . Document () # Below are three...symbol. builder = aw . fields . FieldBuilder ( aw . fields . FieldType...
Bookmark.first_column property. Gets the zero-based index of the first column of the table column range associated with the bookmark.... doc = aw . Document ( MY_DIR + 'Table...get_ancestor ( aw . NodeType . ROW ) if row is aw . tables . Row...