Property FormatChange
FormatChange
Gets or sets the tracked formatting change (w:pPrChange), or null. The properties above stay the paragraph's current formatting; the annotation carries what preceded it.
Excluded from ContentEquals(ParagraphFormat?) and GetContentHash() for the same reason as FormatChange: it does not affect how the paragraph resolves.
public ParagraphFormatChange? FormatChange { get; set; }