Hyperlink class

Represent the Hyperlink object.

Constructors

Creates an instance of Hyperlink.
Hyperlink.add(String address, [String? screenTip, String? textToDisplay, HyperlinkType? type])
Creates an instance of Hyperlink with parameters.

Properties

address String
Represents hyperlink target String.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
reference String
Represents the cell reference name.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenTip String?
Represents tooltip String.
getter/setter pair
textToDisplay String?
Returns or sets the text to be displayed for the specified hyperlink. The default value is the address of the hyperlink. /// ```dart final Workbook workbook = Workbook(); final Worksheet sheet = workbook.worksheets0; final Range range = sheet.getRangeByName('A1');
getter/setter pair
type HyperlinkType
Returns or sets the hyperlink type.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited