Revision
Overview
Revision is a class in Aspose.Words FOSS for .NET.
Represents a revision (tracked change) in a document node or style.
This class provides 2 methods for working with Revision objects in .NET programs.
Available methods include: Accept, Reject.
All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package.
Properties: Author, DateTime, Group, ParentNode, ParentStyle, RevisionType.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Author | string | Read/Write | Gets or sets the author of this revision. |
DateTime | DateTime | Read/Write | Gets or sets the date/time of this revision. |
RevisionType | RevisionType | Read | Gets the type of this revision. |
ParentNode | Node | Read | Gets the immediate parent node (owner) of this revision. |
ParentStyle | Style | Read | Gets the immediate parent style (owner) of this revision. |
Group | RevisionGroup | Read | Gets the revision group. |
Methods
| Signature | Description |
|---|---|
Accept() | Accepts this revision. |
Reject() | Reject this revision. |