Table of Contents

TDrawingHyperlink Class

Specifies an hyperlink in a drawing. While this class is similar to THyperlink for links in cells, it has some differences.

Syntax

Namespace: FlexCel.Core

public sealed class TDrawingHyperlink: IComparable

Constructors

Methods

Name Description
CloneLink Returns a deep clone of source.
CompareTo Returns -1, 0 or 1 depending if this object is smaller or bigger than the other.
Equals Returns true if both instances have the same data.
GetHashCode Returns the hashcode of the object.
GetLinkType Returns the type of hyperlink.

Operators

Name Description
Equality Returns true if both objects are equal.
Implicit Conversion Overloaded
Implicit conversion from TDrawingHyperlink to THyperLink
Implicit conversion from THyperLink to TDrawingHyperlink
Inequality Returns true if both objects do not have the same value.

Properties

Name Description
Action Specifies an action that is to be taken when this hyperlink is activated. This can be used to specify a slide to be navigated to or a script of code to be run. Doesn't seem to be used in Excel.
AddToHistory If true, the link will be added to the history.
BaseUrl Base URL that will be added to the start of Url if it is set in the file. The property FullUrl contains the combined URL.
EndsSounds If true, any sound currently playing will be stopped when you click the link.
FullUrl Returns BaseUrl combined with Url when Url is not an absolute Uri.
HighlightClick When set to true, the link will be painted in a "Visited" color.
Hint Tooltip to show when the user hovers over the hyperlink.
TargetFrame If blank then a new window will be used.
Url Url for the link (including the prefix like "file:///"). Note that if the file has a BaseUrl, the final URL is given by FullUrl