Class ParagraphFormatChange
A formatting-change annotation on a paragraph (ECMA-376 Part 1 §17.13.5.29 w:pPrChange): the author and date of the change, plus the paragraph formatting that preceded it.
Previous is a CT_PPrBase bag, so it never carries the paragraph mark's run properties or a section's properties — those are not part of what a paragraph formatting change records.
public sealed class ParagraphFormatChange
- Inheritance
-
ParagraphFormatChange
- Inherited Members
Constructors
- ParagraphFormatChange(string?, string?, int?, ParagraphFormat?)
Initializes a paragraph formatting-change annotation.
Properties
- Author
Gets the author recorded on the change, or null.
- Date
Gets the raw w:date value (kept verbatim for lossless round-trip), or null.
- Id
Gets the revision id, or null.
- Previous
Gets the paragraph formatting before the change (w:pPrChange/w:pPr). Never null; an empty bag means the paragraph previously specified no direct formatting.
Methods
- Clone()
Creates a deep copy.