Table of Contents

Enum RevisionType

Namespace
DocWright.Dom.Revisions
Assembly
DocWright.Dom.dll

What a Revision describes. The two paragraph-mark kinds are separate from the content kinds because they are the only ones whose resolution changes the structure of the document rather than its content.

public enum RevisionType

Fields

Insertion = 0

Content inserted while tracking was on (w:ins around run content).

Deletion = 1

Content deleted while tracking was on (w:del around run content).

ParagraphMarkInsertion = 2

A paragraph mark inserted while tracking was on (w:pPr/w:rPr/w:ins).

ParagraphMarkDeletion = 3

A paragraph mark deleted while tracking was on (w:pPr/w:rPr/w:del).

RunFormatting = 4

A run's formatting changed while tracking was on (w:rPrChange).

ParagraphFormatting = 5

A paragraph's formatting changed while tracking was on (w:pPrChange).

TableRowInsertion = 6

A table row added while tracking was on (w:trPr/w:ins).

TableRowDeletion = 7

A table row removed while tracking was on (w:trPr/w:del).