ClassRevisionRangeStart
Represents the starting point of a revision range in a document.
Definition
Namespace:Telerik.Windows.Documents.Model.Revisions
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public abstract class RevisionRangeStart : AnnotationRangeStart
Inheritance: objectDocumentElementInlineAnnotationMarkerBaseAnnotationRangeMarkerBaseAnnotationRangeStartRevisionRangeStart
Derived Classes:
Inherited Members
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
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
SkipPositionBefore
Gets or sets the skip position before the revision range start.
Declaration
public override bool SkipPositionBefore { get; }
Property Value
A numeric value representing the skip position before the revision range start.
Overrides
Methods
CopyPropertiesFromOverride(DocumentElement)
Copies the properties from another document element to the current instance.
Declaration
protected override void CopyPropertiesFromOverride(DocumentElement fromElement)
Parameters
fromElement
The AnnotationMarkerBase to copy the properties from.
Overrides
CreatePairedEnd()
Creates a paired end revision range for the current revision range start.
Declaration
public abstract RevisionRangeEnd CreatePairedEnd()
Returns
A new instance of RevisionRangeEnd representing the paired end of the revision range.