[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ParagraphRevisionId

Class ParagraphRevisionId

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents a unique identifier used to track paragraph editing sessions.

public class ParagraphRevisionId : RevisionId
Inheritance
object
ParagraphRevisionId
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Remarks

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.

Properties

DefaultRunId

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; }

Property Value

int

Remarks

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.

MarkerPropertiesId

Gets or sets a unique identifier used to track the editing session when the paragraph marker was last formatted.

public int MarkerPropertiesId { get; set; }

Property Value

int

Remarks

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.