Constructor CharacterFormatChange
CharacterFormatChange(string?, string?, int?, CharacterFormat?)
Initializes a run formatting-change annotation.
public CharacterFormatChange(string? author, string? date, int? id, CharacterFormat? previous)
Parameters
authorstringThe author recorded on the change, or null.
datestringThe raw w:date value, kept verbatim, or null.
idint?The revision id (w:id), or null.
previousCharacterFormatThe 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.