HyperlinkModel
Overview
HyperlinkModel is a class in Aspose.Cells FOSS for Java.
Represents a hyperlink model with its properties.
This class provides 16 methods for working with HyperlinkModel objects in Java programs.
Available methods include: getAddress, getFirstColumn, getFirstRow, getScreenTip, getSubAddress, getTextToDisplay, getTotalColumns, getTotalRows, setAddress, setFirstColumn, setFirstRow, setScreenTip, and 4 additional methods.
All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.
Properties: address, firstColumn, firstRow, screenTip, subAddress, textToDisplay, and 2 more.
Description
HyperlinkModel is a class in the Aspose.Cells FOSS library for Java that exposes 16 methods and 8 properties for programmatic use.
Core capabilities include: string; string; string. These operations enable developers to integrate hyperlinkmodel functionality directly into Java applications.
The class also provides the firstRow property (returns the first row), the firstColumn property (returns the first column), the totalRows property (returns the total rows).
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. |