Aspose::Words::IRevisionCriteria interface
IRevisionCriteria interface
Implement this interface if you want to control when certain Revision should be accepted/rejected or not by the Accept()/Reject() methods.
class IRevisionCriteria : public virtual System::Object
Methods
| Method | Description |
|---|---|
| GetType() const override | |
| Is(const System::TypeInfo&) const override | |
| virtual IsMatch(System::SharedPtr<Aspose::Words::Revision>) | Checks whether or not specified revision matches criteria. |
| static Type() |
See Also
- Namespace Aspose::Words
- Library Aspose.Words for C++