Class Revision
Represents a revision in the document model, encapsulating details about changes made to the document.
Inheritance
Namespace: Telerik.Windows.Documents.Model.Revisions
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class Revision : Object
Constructors
Revision(RevisionType)
Properties
IsEmpty
Gets a value indicating whether the revision is empty.
Declaration
public bool IsEmpty { get; }
Property Value
System.Boolean
|
RevisionElements
Gets the collection of revision elements associated with the revision.
Declaration
public IEnumerable<DocumentElement> RevisionElements { get; }
Property Value
System.Collections.Generic.IEnumerable<DocumentElement>
|
RevisionInfo
Represents the information associated with a revision in the document model.
Declaration
public RevisionInfo RevisionInfo { get; }
Property Value
RevisionInfo
|
SelectionRange
Represents a range of selections associated with a revision in a document.
Declaration
public SelectionRange SelectionRange { get; }
Property Value
SelectionRange
|
Type
Represents the type of a revision in the document model.
Declaration
public RevisionType Type { get; }
Property Value
RevisionType
|