RevisionRangeStart
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
protected RevisionRangeStart()
Properties
Gets a value indicating whether the revision range start is copyable.
public override bool IsCopyable { get; }
Overrides:
Represents the information related to the start of a revision range in the document model.
[XamlCompositePropertySerializable]
public RevisionInfo RevisionInfo { get; set; }
Gets or sets the skip position before the revision range start.
public override bool SkipPositionBefore { get; }
A numeric value representing the skip position before the revision range start.
Overrides:
Methods
Copies the properties from another document element to the current instance.
protected override void CopyPropertiesFromOverride(DocumentElement fromElement)
The AnnotationMarkerBase to copy the properties from.
Overrides:
Creates a paired end revision range for the current revision range start.
public abstract RevisionRangeEnd CreatePairedEnd()
A new instance of RevisionRangeEnd representing the paired end of the revision range.