Table of Contents

Class DocxRevision

Namespace
DocToolkit
Assembly
DocToolkit.Docx.dll

A single tracked change.

public sealed class DocxRevision
Inheritance
DocxRevision
Inherited Members

Properties

AffectedText

The text the change inserted or removed. Empty for a formatting revision, which changes how text looks rather than what it says.

public string AffectedText { get; }

Property Value

string

Author

Who made it. Empty when the document records no author.

public string Author { get; }

Property Value

string

Created

null when the document records no date.

public DateTime? Created { get; }

Property Value

DateTime?

IsInTable

Worth knowing before applying a change in bulk: accepting or rejecting inside a table can add or remove rows and cells, so it moves more than text.

public bool IsInTable { get; }

Property Value

bool

Kind

What the change did.

public DocxRevisionKind Kind { get; }

Property Value

DocxRevisionKind