Class
Revision

Represents a revision in the document model, encapsulating details about changes made to the document.

Definition

Namespace:Telerik.Windows.Documents.Model.Revisions

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class Revision

Inheritance: objectRevision

Constructors

Revision(RevisionType)

Declaration

cs-api-definition
public Revision(RevisionType type)

Parameters

type

RevisionType

Properties

IsEmpty

Gets a value indicating whether the revision is empty.

Declaration

cs-api-definition
public bool IsEmpty { get; }

Property Value

bool

RevisionElements

Gets the collection of revision elements associated with the revision.

Declaration

cs-api-definition
public IEnumerable<DocumentElement> RevisionElements { get; }

Property Value

IEnumerable<DocumentElement>

RevisionInfo

Represents the information associated with a revision in the document model.

Declaration

cs-api-definition
public RevisionInfo RevisionInfo { get; }

Property Value

RevisionInfo

SelectionRange

Represents a range of selections associated with a revision in a document.

Declaration

cs-api-definition
public SelectionRange SelectionRange { get; }

Property Value

SelectionRange

Type

Represents the type of a revision in the document model.

Declaration

cs-api-definition
public RevisionType Type { get; }

Property Value

RevisionType