Constructor ParagraphFormatChange
ParagraphFormatChange(string?, string?, int?, ParagraphFormat?)
Initializes a paragraph formatting-change annotation.
public ParagraphFormatChange(string? author, string? date, int? id, ParagraphFormat? 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.
previousParagraphFormatThe paragraph formatting before the change. Null is stored as an empty bag.