Class HyperlinkRangeEnd
Represents the end marker for a hyperlink range in a RadDocument.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Documents.dll
Syntax
public class HyperlinkRangeEnd : FieldRangeEndBase, IHyperlinkRangeMarker
Constructors
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
System.Boolean
|
Overrides
Methods
CopyContentFromOverride(DocumentElement)
Copies the content from override.
Declaration
protected override void CopyContentFromOverride(DocumentElement fromElement)
Parameters
DocumentElement
fromElement
From element. |
Overrides
CreateNewElementInstance()
Creates a new instance of this element.
Declaration
protected override DocumentElement CreateNewElementInstance()
Returns
DocumentElement
The new instance. |
Overrides
CreateRangeStartInstance()
Creates the range start instance.
Declaration
protected override AnnotationRangeStart CreateRangeStartInstance()
Returns
AnnotationRangeStart
The created HyperlinkRangeStart. |