Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 1,662 for

document revision

(0.08 sec)
  1. PropertyType enumeration | Aspose.Words for Python

    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...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FieldRevNum class | Aspose.Words for Python

    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...

    reference.aspose.com/words/python-net/aspose.wo...
  3. DocumentPropertyCollection.clear method | Aspos...

    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...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. DocumentProperty.to_bool method | Aspose.Words ...

    DocumentProperty.to_bool method. Returns the property value as bool....of custom document properties. doc = aw . Document () properties...properties = doc . custom_document_properties auth_date = datetime...

    reference.aspose.com/words/python-net/aspose.wo...
  5. DocumentProperty.toDouble method | Aspose.Words...

    DocumentProperty.toDouble method. Returns the property value as double....custom document properties. let doc = new aw . Document (); let...properties . add ( "Authorized Revision" , doc . builtInDocumentPrope...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. DocumentProperty.toBool method | Aspose.Words f...

    DocumentProperty.toBool method. Returns the property value as bool....custom document properties. let doc = new aw . Document (); let...properties . add ( "Authorized Revision" , doc . builtInDocumentPrope...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. RevisionOptions.moved_to_text_effect property |...

    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...

    reference.aspose.com/words/python-net/aspose.wo...
  8. RevisionOptions.comment_color property | Aspose...

    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...

    reference.aspose.com/words/python-net/aspose.wo...
  9. RevisionOptions.deleted_text_color property | A...

    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...

    reference.aspose.com/words/python-net/aspose.wo...
  10. RevisionOptions.movedToTextColor property | Asp...

    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...

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