API Reference
WordRevisionInfo
Read-only metadata for a tracked revision.
Inheritance
- Object
- WordRevisionInfo
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method WordReviewInfo.GetRevisionsByAuthor
- Property WordReviewInfo.Revisions
- Property WordReviewReport.Revisions
- Property WordRevisionOperationReport.MatchedRevisions
Inherited Methods
Properties
public Int32 Index { get; } #Gets the deterministic index in revision scan order.
public WordReviewRevisionType RevisionType { get; } #Gets the tracked-change classification.
public String ElementName { get; } #Gets the source Open XML element local name for diagnostics.
public String Author { get; } #Gets the revision author when present.
public Nullable<DateTime> DateTime { get; } #Gets the revision timestamp when present.
public String AffectedText { get; } #Gets the text directly affected by the revision when it can be represented as plain text.
public String LocationText { get; } #Gets nearby paragraph or parent text to help callers locate formatting-only revisions.
public WordReviewLocationKind LocationKind { get; } #Gets the document part category that contains the revision.
public String PartUri { get; } #Gets the package part URI that contains the revision.
public Boolean IsInTable { get; } #Gets whether the revision is inside a table.
public Boolean IsInContentControl { get; } #Gets whether the revision is inside a content control.
public Boolean IsInTextBox { get; } #Gets whether the revision is inside a text box.