ClassHyperlinkRangeStart
Represents the start marker for a hyperlink range in a RadDocument.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class HyperlinkRangeStart : FieldRangeStartBase, IHyperlinkRangeMarker
Inheritance: objectDocumentElementInlineAnnotationMarkerBaseAnnotationRangeMarkerBaseAnnotationRangeStartFieldRangeStartBaseHyperlinkRangeStart
Implements:
Inherited Members
Constructors
HyperlinkRangeStart()
Initializes a new instance of the HyperlinkRangeStart class.
Declaration
public HyperlinkRangeStart()
Properties
HyperlinkInfo
Gets or sets the hyperlink information.
Declaration
[XamlSerializable]
public HyperlinkInfo HyperlinkInfo { get; set; }
Property Value
The hyperlink information.
IsWordSeparator
Determines whether the annotation should be treated as word separator.
Declaration
public override bool IsWordSeparator { get; }
Property Value
Overrides
ShouldSpellcheck
Gets a value indicating whether the contents of the annotation should be included in the spellcheck.
Declaration
public override bool ShouldSpellcheck { get; }
Property Value
true if the contents of the annotation should be included in the spellcheck; otherwise, false.
Overrides
Methods
CopyContentFromOverride(DocumentElement)
Copies the content from another Inline.
Declaration
protected override void CopyContentFromOverride(DocumentElement fromElement)
Parameters
fromElement
The Inline to copy the content from.
Overrides
CopyPropertiesFromOverride(DocumentElement)
Copies the properties from another document element to the current instance.
Declaration
protected override void CopyPropertiesFromOverride(DocumentElement fromElement)
Parameters
fromElement
The HyperlinkRangeStart to copy the properties from.
Overrides
CreateNewElementInstance()
Creates a new instance of this element.
Declaration
protected override DocumentElement CreateNewElementInstance()
Returns
The new instance.
Overrides