HyperlinkModel

HyperlinkModel

Overview

HyperlinkModel is a class in Aspose.Cells FOSS for Java.

Represents a hyperlink model with its properties.

Properties

NameTypeAccessDescription
firstRowintReadReturns the first row.
firstColumnintReadReturns the first column.
totalRowsintReadReturns the total rows.
totalColumnsintReadReturns the total columns.
addressStringReadReturns the address.
subAddressStringReadReturns the sub address.
screenTipStringReadReturns the screen tip.
textToDisplayStringReadReturns the text to display.

Methods

SignatureDescription
getFirstRow()intReturns the first row.
setFirstRow(firstRow: int)Sets the first row.
getFirstColumn()intReturns the first column.
setFirstColumn(firstColumn: int)Sets the first column.
getTotalRows()intReturns the total rows.
setTotalRows(totalRows: int)Sets the total rows.
getTotalColumns()intReturns the total columns.
setTotalColumns(totalColumns: int)Sets the total columns.
getAddress()StringReturns the address.
setAddress(address: String)Sets the address.
getSubAddress()StringReturns the sub address.
setSubAddress(subAddress: String)Sets the sub address.
getScreenTip()StringReturns the screen tip.
setScreenTip(screenTip: String)Sets the screen tip.
getTextToDisplay()StringReturns the text to display.
setTextToDisplay(textToDisplay: String)Sets the text to display.