public class XlsxHyperlink extends Object implements Hyperlink, Duplicatable
| Modifier and Type | Method and Description |
|---|---|
Duplicatable |
copy() |
XSSFHyperlink |
createXSSFHyperlink() |
boolean |
equals(Object o) |
String |
getAddress()
Hyperlink address.
|
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
|
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
|
String |
getLocation()
Location within target.
|
String |
getTooltip() |
HyperlinkType |
getType()
Return the type of this hyperlink
|
int |
hashCode() |
void |
setAddress(String address) |
void |
setFirstColumn(int col) |
void |
setFirstRow(int row) |
void |
setLabel(String label) |
void |
setLastColumn(int col) |
void |
setLastRow(int row) |
public HyperlinkType getType()
public String getCellRef()
public String getAddress()
getAddress in interface Hyperlinkpublic String getLabel()
public String getLocation()
public int getFirstColumn()
public int getLastColumn()
public int getFirstRow()
public int getLastRow()
public String getTooltip()
public void setAddress(String address)
setAddress in interface HyperlinkUnsupportedOperationException - not supportedpublic void setLabel(String label)
setLabel in interface HyperlinkUnsupportedOperationException - not supportedpublic void setFirstColumn(int col)
UnsupportedOperationException - not supportedpublic void setLastColumn(int col)
UnsupportedOperationException - not supportedpublic void setFirstRow(int row)
UnsupportedOperationException - not supportedpublic void setLastRow(int row)
UnsupportedOperationException - not supportedpublic Duplicatable copy()
copy in interface Duplicatablepublic XSSFHyperlink createXSSFHyperlink()