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

NameTypeAccessDescription
AuthorstringRead/WriteGets or sets the author of this revision.
DateTimeDateTimeRead/WriteGets or sets the date/time of this revision.
RevisionTypeRevisionTypeReadGets the type of this revision.
ParentNodeNodeReadGets the immediate parent node (owner) of this revision.
ParentStyleStyleReadGets the immediate parent style (owner) of this revision.
GroupRevisionGroupReadGets the revision group.

Methods

SignatureDescription
Accept()Accepts this revision.
Reject()Reject this revision.

See Also