public final class SpreadsheetHyperlink extends Object implements com.gembox.spreadsheet.internal.ExcelEditor<com.gembox.spreadsheet.internal.SpreadsheetHyperlinkData>
You can set cell style to underline and font color to blue in order to appear as hyperlink, that is not done automatically.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Determines whether the specified
Object is equal to this SpreadsheetHyperlink instance. |
boolean |
exists()
If hyperlink exists returns true, otherwise returns false.
|
String |
getLocation()
Gets the location string for hyperlink.
|
String |
getToolTip()
Gets ToolTip for hyperlink.
|
int |
hashCode()
Returns a hash code for this
SpreadsheetHyperlink instance. |
boolean |
isExternal()
Defines if hyperlink location is in this excel file.
|
void |
setExternal(boolean value)
Defines if hyperlink location is in this excel file.
|
void |
setLocation(String value)
Sets the location string for hyperlink.
|
void |
setToolTip(String value)
Sets ToolTip for hyperlink.
|
public boolean equals(Object obj)
Object
is equal to this SpreadsheetHyperlink
instance.equals
in class Object
obj
- The Object
to compare with this SpreadsheetHyperlink
instance.true
if the specified Object
is a SpreadsheetHyperlink
and is equal to this SpreadsheetHyperlink
instance; otherwise, false
.public boolean exists()
public String getLocation()
public String getToolTip()
public int hashCode()
SpreadsheetHyperlink
instance.hashCode
in class Object
SpreadsheetHyperlink
instance.public boolean isExternal()
public void setExternal(boolean value)
public void setLocation(String value)
public void setToolTip(String value)
© GemBox d.o.o. — All rights reserved.