Class HyperlinkRangeStart
Represents the start marker for a hyperlink range in a RadDocument.
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Documents.Model
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class HyperlinkRangeStart : FieldRangeStartBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IHyperlinkRangeMarker
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
HyperlinkInfo
The hyperlink information. |
IsWordSeparator
Determines whether the annotation should be treated as word separator.
Declaration
public override bool IsWordSeparator { get; }
Property Value
System.Boolean
|
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
System.Boolean
|
Overrides
Methods
CopyContentFromOverride(DocumentElement)
Copies the content from another Inline.
Declaration
protected override void CopyContentFromOverride(DocumentElement fromElement)
Parameters
DocumentElement
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
DocumentElement
fromElement
The HyperlinkRangeStart to copy the properties from. |
Overrides
CreateNewElementInstance()
Creates a new instance of this element.
Declaration
protected override DocumentElement CreateNewElementInstance()
Returns
DocumentElement
The new instance. |