Enum RevisionType
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 = 0Content inserted while tracking was on (w:ins around run content).
Deletion = 1Content deleted while tracking was on (w:del around run content).
ParagraphMarkInsertion = 2A paragraph mark inserted while tracking was on (w:pPr/w:rPr/w:ins).
ParagraphMarkDeletion = 3A paragraph mark deleted while tracking was on (w:pPr/w:rPr/w:del).
RunFormatting = 4A run's formatting changed while tracking was on (w:rPrChange).
ParagraphFormatting = 5A paragraph's formatting changed while tracking was on (w:pPrChange).
TableRowInsertion = 6A table row added while tracking was on (w:trPr/w:ins).
TableRowDeletion = 7A table row removed while tracking was on (w:trPr/w:del).