Table of Contents

Enum RevisionView

Namespace
DocWright.Core.Document
Assembly
DocWright.Core.dll

Which revision state the style resolver projects when collapsing tracked changes (Word's "No Markup" and "Original" review views).

public enum RevisionView

Fields

Final = 0

All insertions applied, all deletions removed (Word "No Markup"; the default).

Original = 1

All insertions removed, all deletions retained (Word "Original").