DocumentProperty.toBool method. Returns the property value as bool....custom document properties. let doc = new aw . Document (); let...properties . add ( "Authorized Revision" , doc . builtInDocumentPrope...
Discover Aspose.Words.Layout.RevisionTextEffect enum to enhance DocumentRevisions with unique text decoration effects. Elevate your editing experience!...decoration effect for revisions of document text. public enum RevisionTextEffect...Name Value Description None 0 Revised content has no special effects...
DocumentPropertyCollection.index_of method. Gets the index of a property by name....with a document’s custom properties. doc = aw . Document () properties...properties = doc . custom_document_properties self . assertEqual...
DocumentPropertyCollection.contains method. Returns ``True`` if a property with the specified name exists in the collection....with a document’s custom properties. doc = aw . Document () properties...properties = doc . custom_document_properties self . assertEqual...
aspose.words.properties.PropertyType enumeration. Specifies data type of a Document property....enumeration Specifies data type of a document property. Members Name Description...with a document’s custom properties. doc = aw . Document () properties...
RevisionOptions.moved_to_text_effect property. Allows to specify the effect to be applied to the areas where content was moved to [RevisionType.MOVING](../../../aspose.words/Revisiontype/#MOVING)...the appearance of revisions. doc = aw . Document ( file_name = MY_DIR...MY_DIR + 'Revisions.docx' ) # Get the RevisionOptions object...
RevisionOptions.comment_color property. Allows to specify the color to be used for comments...the appearance of revisions. doc = aw . Document ( file_name = MY_DIR...MY_DIR + 'Revisions.docx' ) # Get the RevisionOptions object...
RevisionOptions.deleted_text_color property. Allows to specify the color to be used for deleted content [RevisionType.DELETION](../../../aspose.words/Revisiontype/#DELETION)...the appearance of revisions. doc = aw . Document ( file_name = MY_DIR...MY_DIR + 'Revisions.docx' ) # Get the RevisionOptions object...
RevisionOptions.show_original_Revision property. Allows to specify whether the original text should be shown instead of revised one...show_original_revision property RevisionOptions.show_original_revision...show_original_revision property Allows to specify whether the original text...
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)....revised_properties_color property RevisionOptions.revised_properties_color...NO_HIGHLIGHT . @property def revised_properties_color ( self ) ->...