Java org.apache.poi.hssf.usermodel HSSFHyperlink fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.hssf.usermodel HSSFHyperlink fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.hssf.usermodel HSSFHyperlink.

The text is from its open source code.

Constructor

HSSFHyperlink(HyperlinkType type)
Construct a new hyperlink This method is internal to be used only by HSSFCreationHelper#createHyperlink(HyperlinkType) .
HSSFHyperlink(HyperlinkRecord record)
Initialize the hyperlink by a HyperlinkRecord record
HSSFHyperlink(Hyperlink other)

Method

intgetFirstColumn()
Return the column of the first cell that contains the hyperlink
intgetFirstRow()
Return the row of the first cell that contains the hyperlink
StringgetLabel()
Return text label for this hyperlink
intgetLastColumn()
Return the column of the last cell that contains the hyperlink
intgetLastRow()
Return the row of the last cell that contains the hyperlink
voidsetAddress(String address)
Hyperlink address.
voidsetLabel(String label)
Sets text label for this hyperlink