Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 2,696 for

document revision

(0.11 sec)
  1. DocumentPropertyCollection.RemoveAt | Aspose.Wo...

    Effortlessly manage your DocumentPropertyCollection by using the RemoveAt method to delete properties at any index. Streamline your Document management today!...work with a document’s custom properties. Document doc = new Document...Document (); CustomDocumentProper properties = doc . CustomDocumentProper...

    reference.aspose.com/words/net/aspose.words.pro...
  2. Aspose::Words::Layout::LayoutOptions class | As...

    Aspose::Words::Layout::LayoutOptions class. Holds the options that allow controlling the Document layout process. To learn more, visit the Documentation article in C++....that allow controlling the document layout process. To learn more...Converting to Fixed-page Format documentation article. class LayoutOptions...

    reference.aspose.com/words/cpp/aspose.words.lay...
  3. Document.compare method | Aspose.Words for Python

    aspose.words.Document.compare method...compare(document, author, date_time) Compares this document with...with another document producing changes as number of edit and format...

    reference.aspose.com/words/python-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. ShowInBalloons enumeration | Aspose.Words for P...

    aspose.words.layout.ShowInBalloons enumeration. Specifies which Revisions are rendered in balloons....enumeration Specifies which revisions are rendered in balloons.... Note that revisions are not rendered in balloons for CommentDisplayMode...

    reference.aspose.com/words/python-net/aspose.wo...
  6. RevisionOptions.deleted_text_effect property | ...

    RevisionOptions.deleted_text_effect property. Allows to specify the effect to be applied to the 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...
  7. RevisionOptions.moved_from_text_color property ...

    RevisionOptions.moved_from_text_color property. Allows to specify the color to be used for areas where content was moved from [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. Aspose::Words::Layout::RevisionOptions::get_Com...

    Aspose::Words::Layout::RevisionOptions::get_CommentColor method. Allows to specify the color to be used for comments. Default value is Red in C++....appearance of revisions. auto doc = MakeObject < Document > ( MyDir...MyDir + u "Revisions.docx" ); // Get the RevisionOptions object that...

    reference.aspose.com/words/cpp/aspose.words.lay...
  9. RevisionOptions.revised_properties_effect prope...

    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)...revised_properties_effect property RevisionOptions.revised_properties_effect...RevisionTextEffect.NONE @property def revised_properties_effect ( self )...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 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...