| Constructor and Description |
|---|
ExcelHyperlink(String value,
String address,
org.apache.poi.common.usermodel.HyperlinkType hyperlinkType,
Integer row,
String column)
Instantiates a new excel hyperlink.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
Gets the address.
|
String |
getAddressDocument()
Gets the address document.
|
String |
getColumn()
Gets the column.
|
org.apache.poi.common.usermodel.HyperlinkType |
getHyperlinkType()
Gets the hyperlink type.
|
Integer |
getRow()
Gets the row.
|
String |
getValue()
Gets the value.
|
void |
setAddress(String address)
Sets the address.
|
void |
setColumn(String column)
Sets the column.
|
void |
setHyperlinkType(org.apache.poi.common.usermodel.HyperlinkType hyperlinkType)
Sets the hyperlink type.
|
void |
setRow(Integer row)
Sets the row.
|
void |
setValue(String value)
Sets the value.
|
public ExcelHyperlink(String value, String address, org.apache.poi.common.usermodel.HyperlinkType hyperlinkType, Integer row, String column)
value - the valueaddress - the addresshyperlinkType - the hyperlink typerow - the rowcolumn - the columnpublic String getAddressDocument()
public String getValue()
public void setValue(String value)
value - the new valuepublic String getAddress()
public void setAddress(String address)
address - the new addresspublic org.apache.poi.common.usermodel.HyperlinkType getHyperlinkType()
public void setHyperlinkType(org.apache.poi.common.usermodel.HyperlinkType hyperlinkType)
hyperlinkType - the new hyperlink typepublic Integer getRow()
public void setRow(Integer row)
row - the new rowpublic String getColumn()
public void setColumn(String column)
column - the new columnCopyright © 2022. All rights reserved.