ClassHyperlinkRangeEnd
Represents the end marker for a hyperlink range in a RadDocument.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class HyperlinkRangeEnd : FieldRangeEndBase, IHyperlinkRangeMarker
Inheritance: objectDocumentElementInlineAnnotationMarkerBaseAnnotationRangeMarkerBaseAnnotationRangeEndFieldRangeEndBaseHyperlinkRangeEnd
Implements:
Inherited Members
Constructors
HyperlinkRangeEnd()
Initializes a new instance of the HyperlinkRangeEnd class.
Declaration
public HyperlinkRangeEnd()
Properties
BackspaceBehavior
Represents the behavior when the Backspace key is pressed over the field range.
Declaration
public override AnnotationMarkerDeleteBehavior BackspaceBehavior { get; }
Property Value
AnnotationMarkerDeleteBehavior
The backspace behavior.
Overrides
IsWordSeparator
Determines whether the annotation should be treated as word separator.
Declaration
public override bool IsWordSeparator { get; }
Property Value
Overrides
Methods
CopyContentFromOverride(DocumentElement)
Copies the content from override.
Declaration
protected override void CopyContentFromOverride(DocumentElement fromElement)
Parameters
fromElement
From element.
Overrides
CreateNewElementInstance()
Creates a new instance of this element.
Declaration
protected override DocumentElement CreateNewElementInstance()
Returns
The new instance.
Overrides
CreateRangeStartInstance()
Creates the range start instance.
Declaration
protected override AnnotationRangeStart CreateRangeStartInstance()
Returns
The created HyperlinkRangeStart.
Overrides