Table of Contents

Property Revision

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

Revision

Gets or sets the tracked change on the row itself (w:trPr/w:ins or w:del), or null.

This is the row's counterpart to MarkRevision: it says the row was added or removed while tracking was on, not that its contents were. Resolving it adds or removes the whole row. It appears only on a row in a document body; a row format inside a style definition never carries one.

public RevisionMark? Revision { get; set; }

Property Value

RevisionMark