RevisionCollection.acceptAll method. Accepts all Revisions in this collection....method acceptAll() Accepts all revisions in this collection. acceptAll...compare documents. let docOriginal = new aw . Document (); let...
Aspose::Words::Properties::DocumentPropertyCollection::IndexOf method. Gets the index of a property by name in C++....Examples Shows how to work with a document’s custom properties. auto...auto doc = MakeObject < Document > (); SharedPtr < CustomDocumentProper...
DocumentProperty.to_date_time method. Returns the property value as DateTime in UTC....Shows how to create a custom document property which contains a...time. doc = aw . Document () doc . custom_document_properties . add...
Aspose::Words::Properties::DocumentPropertyCollection::Contains method. Returns true if a property with the specified name exists in the collection in C++....Examples Shows how to work with a document’s custom properties. auto...auto doc = MakeObject < Document > (); SharedPtr < CustomDocumentProper...
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)...the appearance of revisions. doc = aw . Document ( file_name = MY_DIR...MY_DIR + 'Revisions.docx' ) # Get the RevisionOptions object...
RevisionOptions.showOriginalRevision property. Allows to specify whether the original text should be shown instead of revised one...should be shown instead of revised one. Default value is false...appearance of revisions. let doc = new aw . Document ( base . myDir...
Aspose::Words::Layout::ShowInBalloons enum. Specifies which Revisions are rendered in balloons in C++....ShowInBalloons enum Specifies which revisions are rendered in balloons....insert, delete and format revisions inline. Format 1 Renders insert...
RevisionOptions.commentColor property. Allows to specify the color to be used for comments...appearance of revisions. let doc = new aw . Document ( base . myDir...myDir + "Revisions.docx" ); // Get the RevisionOptions object...
RevisionOptions.movedFromTextColor property. Allows to specify the color to be used for areas where content was moved from [RevisionType.Moving](../../../aspose.words/Revisiontype/#Moving)...appearance of revisions. let doc = new aw . Document ( base . myDir...myDir + "Revisions.docx" ); // Get the RevisionOptions object...
RevisionOptions.revisedPropertiesColor property. Allows to specify the color to be used for content with changes of formatting properties [RevisionType.FormatChange](../../../aspose.words/Revisiontype/#FormatChange) Default value is [RevisionColor.NoHighlight](../../Revisioncolor/#NoHighlight)....appearance of revisions. let doc = new aw . Document ( base . myDir...myDir + "Revisions.docx" ); // Get the RevisionOptions object...