Class
Hyperlink

Represents a HYPERLINK field that creates clickable links to URIs or internal bookmarks within the document.

Definition

Namespace:Telerik.Windows.Documents.Flow.Model.Fields

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

cs-api-definition
public class Hyperlink : Field

Inheritance: objectFieldHyperlink

Inherited Members Field.EncodeParameter(string)Field.GetFormattedDate(DateTime)Field.DateTimeFormattingField.NumericFormattingField.GeneralFormattingsField.Document

Constructors

Initializes a new instance of the Hyperlink class.

Declaration

cs-api-definition
public Hyperlink(RadFlowDocument document)

Parameters

document

RadFlowDocument

The document.

Properties

Gets whether the hyperlink targets an internal bookmark rather than an external URI.

Declaration

cs-api-definition
public bool IsAnchor { get; }

Property Value

bool

The is anchor.

Gets the tooltip text displayed when hovering over the hyperlink.

Declaration

cs-api-definition
public string ToolTip { get; }

Property Value

string

The tool tip.

Gets the target URI or bookmark name for the hyperlink.

Declaration

cs-api-definition
public string Uri { get; }

Property Value

string

The URI.

Methods

Determines whether a switch can have an argument.

Declaration

cs-api-definition
protected override bool IsSwitchWithArgumentOverride(string switchKey)

Parameters

switchKey

string

The switch key.

Returns

bool

True if the switch can have argument.

Overrides Field.IsSwitchWithArgumentOverride(string)