public class XlsxHyperlink
extends java.lang.Object
implements org.apache.poi.ss.usermodel.Hyperlink
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAddress()
Hyperlink address.
|
java.lang.String |
getCellRef()
Get the address of the cell this hyperlink applies to, e.g.
|
int |
getFirstColumn()
Return the column of the first cell that contains the hyperlink
|
int |
getFirstRow()
Return the row of the first cell that contains the hyperlink
|
java.lang.String |
getLabel()
Return text label for this hyperlink
|
int |
getLastColumn()
Return the column of the last cell that contains the hyperlink
|
int |
getLastRow()
Return the row of the last cell that contains the hyperlink
|
java.lang.String |
getLocation()
Location within target.
|
java.lang.String |
getTooltip() |
org.apache.poi.common.usermodel.HyperlinkType |
getType()
Return the type of this hyperlink
|
void |
setAddress(java.lang.String address) |
void |
setFirstColumn(int col) |
void |
setFirstRow(int row) |
void |
setLabel(java.lang.String label) |
void |
setLastColumn(int col) |
void |
setLastRow(int row) |
public org.apache.poi.common.usermodel.HyperlinkType getType()
getType in interface org.apache.poi.common.usermodel.Hyperlinkpublic java.lang.String getCellRef()
public java.lang.String getAddress()
getAddress in interface org.apache.poi.common.usermodel.Hyperlinkpublic java.lang.String getLabel()
getLabel in interface org.apache.poi.common.usermodel.Hyperlinkpublic java.lang.String getLocation()
public int getFirstColumn()
public int getLastColumn()
public int getFirstRow()
public int getLastRow()
public java.lang.String getTooltip()
public void setAddress(java.lang.String address)
setAddress in interface org.apache.poi.common.usermodel.Hyperlinkjava.lang.UnsupportedOperationExceptionpublic void setLabel(java.lang.String label)
setLabel in interface org.apache.poi.common.usermodel.Hyperlinkjava.lang.UnsupportedOperationExceptionpublic void setFirstColumn(int col)
java.lang.UnsupportedOperationExceptionpublic void setLastColumn(int col)
java.lang.UnsupportedOperationExceptionpublic void setFirstRow(int row)
java.lang.UnsupportedOperationExceptionpublic void setLastRow(int row)
java.lang.UnsupportedOperationException