Class RevisionMark
A tracked-change annotation (ECMA-376 Part 1 §17.13.5.18 w:ins / §17.13.5.14 w:del). The DOM keeps both inserted and deleted content; the style resolver collapses them according to the requested RevisionView.
public sealed class RevisionMark
- Inheritance
-
RevisionMark
- Inherited Members
Constructors
- RevisionMark(RevisionKind, string?, string?, int?)
Initializes a revision annotation.
Properties
- Author
Gets the author recorded on the revision, or null.
- Date
Gets the raw w:date value (kept verbatim for lossless round-trip), or null.
- Id
Gets the revision id, or null.
- Kind
Gets the revision kind.