Class RevisionRangeStart
Represents the starting point of a revision range in a document.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Model.Revisions
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public abstract class RevisionRangeStart : AnnotationRangeStart
Constructors
RevisionRangeStart()
Declaration
protected RevisionRangeStart()
Properties
IsCopyable
Gets a value indicating whether the revision range start is copyable.
Declaration
public override bool IsCopyable { get; }
Property Value
System.Boolean
|
Overrides
RevisionInfo
Represents the information related to the start of a revision range in the document model.
Declaration
[XamlCompositePropertySerializable]
public RevisionInfo RevisionInfo { get; set; }
Property Value
RevisionInfo
|
SkipPositionBefore
Gets or sets the skip position before the revision range start.
Declaration
public override bool SkipPositionBefore { get; }
Property Value
System.Boolean
A numeric value representing the skip position before the revision range start. |
Overrides
Methods
CopyPropertiesFromOverride(DocumentElement)
Declaration
protected override void CopyPropertiesFromOverride(DocumentElement fromElement)
Parameters
DocumentElement
fromElement
|
Overrides
CreatePairedEnd()
Creates a paired end revision range for the current revision range start.
Declaration
public abstract RevisionRangeEnd CreatePairedEnd()
Returns
RevisionRangeEnd
A new instance of RevisionRangeEnd representing the paired end of the revision range. |