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...
aspose.words.fields.FieldRevNum class. Implements the REVNUM field...Fields documentation article. Remarks Retrieves the document’s revision...recorded in the Revision property of the built-in document properties...
DocumentPropertyCollection.clear method. Removes all properties from the collection....Examples Shows how to work with a document’s custom properties. let doc...doc = new aw . Document (); let properties = doc . customDocumentProper...
DocumentProperty.toDouble method. Returns the property value as double....custom document properties. let doc = new aw . Document (); let...properties . add ( "Authorized Revision" , doc . builtInDocumentPrope...
DocumentProperty.toBool method. Returns the property value as bool....custom document properties. let doc = new aw . Document (); let...properties . add ( "Authorized Revision" , doc . builtInDocumentPrope...
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.movedToTextColor property. Allows to specify the color to be used for areas where content was moved to [RevisionType.Moving](../../../aspose.words/Revisiontype/#Moving)...appearance of revisions. let doc = new aw . Document ( base . myDir...myDir + "Revisions.docx" ); // Get the RevisionOptions object...