Table of Contents

Constructor CharacterFormatChange

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

CharacterFormatChange(string?, string?, int?, CharacterFormat?)

Initializes a run formatting-change annotation.

public CharacterFormatChange(string? author, string? date, int? id, CharacterFormat? previous)

Parameters

author string

The author recorded on the change, or null.

date string

The raw w:date value, kept verbatim, or null.

id int?

The revision id (w:id), or null.

previous CharacterFormat

The formatting the run had before the change. Null is stored as an empty bag, which is what Word's own <w:rPr/> means: the run previously specified nothing.