[]
Represents a unique identifier used to track paragraph editing sessions.
public class ParagraphRevisionId : RevisionId
A producer can choose to increment the revision save ID value to indicate subsequent editing (editing between save actions) to indicate the order of the saves performed.
Gets or sets a unique identifier used for all runs in this paragraph that do not explicitly declare their RevisionId values.
public int DefaultRunId { get; set; }
A producer can choose to increment the revision save ID value to indicate subsequent editing (editing between save actions) to indicate the order of the saves performed.
Gets or sets a unique identifier used to track the editing session when the paragraph marker was last formatted.
public int MarkerPropertiesId { get; set; }
A producer can choose to increment the revision save ID value to indicate subsequent editing (editing between save actions) to indicate the order of the saves performed.