org.apache.poi.hssf.usermodel
Class HSSFHyperlink
- java.lang.Object
-
- org.apache.poi.hssf.usermodel.HSSFHyperlink
-
-
Field Summary
Fields Modifier and Type Field and Description static intLINK_DOCUMENTLink to a place in this documentstatic intLINK_EMAILLink to an E-mail addressstatic intLINK_FILELink to a filestatic intLINK_URLLink to an existing file or web page
-
Constructor Summary
Constructors Constructor and Description HSSFHyperlink(int type)Construct a new hyperlink
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.StringgetAddress()Hyperlink address.intgetFirstColumn()Return the column of the first cell that contains the hyperlinkintgetFirstRow()Return the row of the first cell that contains the hyperlinkjava.lang.StringgetLabel()Return text label for this hyperlinkintgetLastColumn()Return the column of the last cell that contains the hyperlinkintgetLastRow()Return the row of the last cell that contains the hyperlinkjava.lang.StringgetShortFilename()java.lang.StringgetTextMark()intgetType()Return the type of this hyperlinkvoidsetAddress(java.lang.String address)Hyperlink address.voidsetFirstColumn(int col)Set the column of the first cell that contains the hyperlinkvoidsetFirstRow(int row)Set the row of the first cell that contains the hyperlinkvoidsetLabel(java.lang.String label)Sets text label for this hyperlinkvoidsetLastColumn(int col)Set the column of the last cell that contains the hyperlinkvoidsetLastRow(int row)Set the row of the last cell that contains the hyperlinkvoidsetShortFilename(java.lang.String shortFilename)Convenience method equivalent tosetAddress(String)voidsetTextMark(java.lang.String textMark)Convenience method equivalent tosetAddress(String)
-
-
-
Field Detail
-
LINK_URL
public static final int LINK_URL
Link to an existing file or web page- See Also:
- Constant Field Values
-
LINK_DOCUMENT
public static final int LINK_DOCUMENT
Link to a place in this document- See Also:
- Constant Field Values
-
LINK_EMAIL
public static final int LINK_EMAIL
Link to an E-mail address- See Also:
- Constant Field Values
-
LINK_FILE
public static final int LINK_FILE
Link to a file- See Also:
- Constant Field Values
-
-
Constructor Detail
-
HSSFHyperlink
public HSSFHyperlink(int type)
Construct a new hyperlink- Parameters:
type- the type of hyperlink to create
-
-
Method Detail
-
getFirstRow
public int getFirstRow()
Return the row of the first cell that contains the hyperlink- Returns:
- the 0-based row of the cell that contains the hyperlink
-
setFirstRow
public void setFirstRow(int row)
Set the row of the first cell that contains the hyperlink- Parameters:
row- the 0-based row of the first cell that contains the hyperlink
-
getLastRow
public int getLastRow()
Return the row of the last cell that contains the hyperlink- Returns:
- the 0-based row of the last cell that contains the hyperlink
-
setLastRow
public void setLastRow(int row)
Set the row of the last cell that contains the hyperlink- Parameters:
row- the 0-based row of the last cell that contains the hyperlink
-
getFirstColumn
public int getFirstColumn()
Return the column of the first cell that contains the hyperlink- Returns:
- the 0-based column of the first cell that contains the hyperlink
-
setFirstColumn
public void setFirstColumn(int col)
Set the column of the first cell that contains the hyperlink- Parameters:
col- the 0-based column of the first cell that contains the hyperlink
-
getLastColumn
public int getLastColumn()
Return the column of the last cell that contains the hyperlink- Returns:
- the 0-based column of the last cell that contains the hyperlink
-
setLastColumn
public void setLastColumn(int col)
Set the column of the last cell that contains the hyperlink- Parameters:
col- the 0-based column of the last cell that contains the hyperlink
-
getAddress
public java.lang.String getAddress()
Hyperlink address. Depending on the hyperlink type it can be URL, e-mail, path to a file, etc.- Specified by:
getAddressin interfaceHyperlink- Returns:
- the address of this hyperlink
-
getTextMark
public java.lang.String getTextMark()
-
setTextMark
public void setTextMark(java.lang.String textMark)
Convenience method equivalent tosetAddress(String)- Parameters:
textMark- the place in worksheet this hyperlink refers to, e.g. 'Target Sheet'!A1'
-
getShortFilename
public java.lang.String getShortFilename()
-
setShortFilename
public void setShortFilename(java.lang.String shortFilename)
Convenience method equivalent tosetAddress(String)- Parameters:
shortFilename- the path to a file this hyperlink points to, e.g. 'readme.txt'
-
setAddress
public void setAddress(java.lang.String address)
Hyperlink address. Depending on the hyperlink type it can be URL, e-mail, path to a file, etc.- Specified by:
setAddressin interfaceHyperlink- Parameters:
address- the address of this hyperlink
-
getLabel
public java.lang.String getLabel()
Return text label for this hyperlink
-
setLabel
public void setLabel(java.lang.String label)
Sets text label for this hyperlink
-
-
DataMelt 3.0 © DataMelt by jWork.ORG