Class Hyperlink
java.lang.Object
com.independentsoft.office.spreadsheet.Hyperlink
The Class Hyperlink.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the display.Gets the location.Gets the reference.Gets the tool tip.booleanChecks if is external.voidsetDisplay(String display)Sets the display.voidsetExternal(boolean isExternal)Sets the external.voidsetLocation(String location)Sets the location.voidsetReference(String reference)Sets the reference.voidsetToolTip(String toolTip)Sets the tool tip.toString()
-
Constructor Details
-
Hyperlink
public Hyperlink()Instantiates a new hyperlink. -
Hyperlink
Instantiates a new hyperlink.- Parameters:
location- the location
-
-
Method Details
-
clone
-
toString
-
getDisplay
Gets the display.- Returns:
- the display
-
setDisplay
Sets the display.- Parameters:
display- the new display
-
getLocation
Gets the location.- Returns:
- the location
-
setLocation
Sets the location.- Parameters:
location- the new location
-
getReference
Gets the reference.- Returns:
- the reference
-
setReference
Sets the reference.- Parameters:
reference- the new reference
-
getToolTip
Gets the tool tip.- Returns:
- the tool tip
-
setToolTip
Sets the tool tip.- Parameters:
toolTip- the new tool tip
-
isExternal
public boolean isExternal()Checks if is external.- Returns:
- true, if is external
-
setExternal
public void setExternal(boolean isExternal)Sets the external.- Parameters:
isExternal- the new external
-