HyperlinkType enum
Possible types of hyperlinks.
Values
- none → const HyperlinkType
-
No hyperlink.
- url → const HyperlinkType
-
Represents the Url hyperlink type.
- file → const HyperlinkType
-
Represents the File hyperlink type.
- unc → const HyperlinkType
-
Represents the Unc hyperlink type.
- workbook → const HyperlinkType
-
Represents the Workbook hyperlink type.
Properties
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
Constants
-
values
→ const List<
HyperlinkType> - A constant List of the values in this enum, in order of their declaration.