New to Telerik Document ProcessingStart a free 30-day trial

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:

C#
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.

C#
public Hyperlink(RadFlowDocument document)
Parameters:documentRadFlowDocument

The document.

Methods

Determines whether a switch can have an argument.

C#
protected override bool IsSwitchWithArgumentOverride(string switchKey)
Parameters:switchKeystring

The switch key.

Returns:

bool

True if the switch can have argument.

Overrides: Field.IsSwitchWithArgumentOverride(string)

Properties

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

C#
public bool IsAnchor { get; }
Property Value:

The is anchor.

Gets the tooltip text displayed when hovering over the hyperlink.

C#
public string ToolTip { get; }
Property Value:

The tool tip.

Gets the target URI or bookmark name for the hyperlink.

C#
public string Uri { get; }
Property Value:

The URI.