Table of Contents

Constructor ParagraphFormatChange

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

ParagraphFormatChange(string?, string?, int?, ParagraphFormat?)

Initializes a paragraph formatting-change annotation.

public ParagraphFormatChange(string? author, string? date, int? id, ParagraphFormat? 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 ParagraphFormat

The paragraph formatting before the change. Null is stored as an empty bag.