HyperlinkModel
Overview
HyperlinkModel is a class in Aspose.Cells FOSS for Java.
Represents a hyperlink model with its properties.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
firstRow | int | Read | Returns the first row. |
firstColumn | int | Read | Returns the first column. |
totalRows | int | Read | Returns the total rows. |
totalColumns | int | Read | Returns the total columns. |
address | String | Read | Returns the address. |
subAddress | String | Read | Returns the sub address. |
screenTip | String | Read | Returns the screen tip. |
textToDisplay | String | Read | Returns the text to display. |
Methods
| Signature | Description |
|---|---|
getFirstRow() → int | Returns the first row. |
setFirstRow(firstRow: int) | Sets the first row. |
getFirstColumn() → int | Returns the first column. |
setFirstColumn(firstColumn: int) | Sets the first column. |
getTotalRows() → int | Returns the total rows. |
setTotalRows(totalRows: int) | Sets the total rows. |
getTotalColumns() → int | Returns the total columns. |
setTotalColumns(totalColumns: int) | Sets the total columns. |
getAddress() → String | Returns the address. |
setAddress(address: String) | Sets the address. |
getSubAddress() → String | Returns the sub address. |
setSubAddress(subAddress: String) | Sets the sub address. |
getScreenTip() → String | Returns the screen tip. |
setScreenTip(screenTip: String) | Sets the screen tip. |
getTextToDisplay() → String | Returns the text to display. |
setTextToDisplay(textToDisplay: String) | Sets the text to display. |