Hyperlink
Overview
Hyperlink is a class in Aspose.Cells FOSS for Java.
Represents a hyperlink in a worksheet.
This class provides 9 methods for working with Hyperlink objects in Java programs.
Available methods include: delete, getAddress, getArea, getLinkType, getScreenTip, getTextToDisplay, setAddress, setScreenTip, setTextToDisplay.
All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.
Properties: address, area, linkType, screenTip, textToDisplay.
Description
Hyperlink is a class in the Aspose.Cells FOSS library for Java that exposes 9 methods and 5 properties for programmatic use.
Core capabilities include: string; string; targetmodetype. These operations enable developers to integrate hyperlink functionality directly into Java applications.
The class also provides the area property (gets the cell area covered by this hyperlink), the address property (gets or sets the address of the hyperlink), the linkType property (gets the link type based on the address).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
area | String | Read | Gets the cell area covered by this hyperlink. |
address | String | Read | Gets or sets the address of the hyperlink. |
linkType | TargetModeType | Read | Gets the link type based on the address. |
screenTip | String | Read | Gets or sets the screen tip text. |
textToDisplay | String | Read | Gets or sets the text displayed for the hyperlink. |
Methods
| Signature | Description |
|---|---|
getArea() → String | Gets the cell area covered by this hyperlink. |
getAddress() → String | Gets or sets the address of the hyperlink. |
setAddress(value: String) | Sets the address. |
getLinkType() → TargetModeType | Gets the link type based on the address. |
getScreenTip() → String | Gets or sets the screen tip text. |
setScreenTip(value: String) | Sets the screen tip. |
getTextToDisplay() → String | Gets or sets the text displayed for the hyperlink. |
setTextToDisplay(value: String) | Sets the text to display. |
delete() | Deletes this hyperlink. |