Package bld.generator.report.excel
Class ExcelHyperlink
java.lang.Object
bld.generator.report.excel.ExcelHyperlink
The Class ExcelHyperlink.
ExcelHyperlink is used by
ExcelHyperlink is used by
RowSheet classes, it is used to write a hyperlink field in tables.-
Constructor Summary
ConstructorsConstructorDescriptionExcelHyperlink(String value, String address, org.apache.poi.common.usermodel.HyperlinkType hyperlinkType, Integer row, String column) Instantiates a new excel hyperlink. -
Method Summary
Modifier and TypeMethodDescriptionGets the address.Gets the address document.Gets the column.org.apache.poi.common.usermodel.HyperlinkTypeGets the hyperlink type.getRow()Gets the row.getValue()Gets the value.voidsetAddress(String address) Sets the address.voidSets the column.voidsetHyperlinkType(org.apache.poi.common.usermodel.HyperlinkType hyperlinkType) Sets the hyperlink type.voidSets the row.voidSets the value.
-
Constructor Details
-
ExcelHyperlink
public ExcelHyperlink(String value, String address, org.apache.poi.common.usermodel.HyperlinkType hyperlinkType, Integer row, String column) Instantiates a new excel hyperlink.- Parameters:
value- the valueaddress- the addresshyperlinkType- the hyperlink typerow- the rowcolumn- the column
-
-
Method Details
-
getAddressDocument
Gets the address document.- Returns:
- the address document
-
getValue
Gets the value.- Returns:
- the value
-
setValue
Sets the value.- Parameters:
value- the new value
-
getAddress
Gets the address.- Returns:
- the address
-
setAddress
Sets the address.- Parameters:
address- the new address
-
getHyperlinkType
public org.apache.poi.common.usermodel.HyperlinkType getHyperlinkType()Gets the hyperlink type.- Returns:
- the hyperlink type
-
setHyperlinkType
public void setHyperlinkType(org.apache.poi.common.usermodel.HyperlinkType hyperlinkType) Sets the hyperlink type.- Parameters:
hyperlinkType- the new hyperlink type
-
getRow
Gets the row.- Returns:
- the row
-
setRow
Sets the row.- Parameters:
row- the new row
-
getColumn
Gets the column.- Returns:
- the column
-
setColumn
Sets the column.- Parameters:
column- the new column
-