Represents a group of sequential Revision objects.
Shows how to print info about a group of revisions in a document.
#include <Aspose.Words.Cpp/RevisionGroup.h>
Public Member Functions | |
String | get_Author () |
Gets the author of this revision group. More... | |
RevisionType | get_RevisionType () |
Gets the type of revisions included in this group. More... | |
String | get_Text () |
Returns inserted/deleted/moved text or description of format change. More... | |
virtual const TypeInfo & | GetType () const override |
virtual bool | Is (const TypeInfo &target) const override |
Static Public Member Functions | |
static const TypeInfo & | Type () |
System::String Aspose::Words::RevisionGroup::get_Author | ( | ) |
Gets the author of this revision group.
Shows how to print info about a group of revisions in a document.
Aspose::Words::RevisionType Aspose::Words::RevisionGroup::get_RevisionType | ( | ) |
Gets the type of revisions included in this group.
Shows how to print info about a group of revisions in a document.
System::String Aspose::Words::RevisionGroup::get_Text | ( | ) |
Returns inserted/deleted/moved text or description of format change.
Shows how to print info about a group of revisions in a document.
|
overridevirtual |
Reimplemented from System::Object.
|
overridevirtual |
Reimplemented from System::Object.
|
static |