![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.cells.Hyperlink
public class Hyperlink
Encapsulates the object that represents a hyperlink.
Method Summary | |
---|---|
java.lang.String |
getAddress()
Gets the address of the hyperlink |
CellArea |
getCellArea()
Gets cell range of all cells containing the hyperlink. |
java.lang.String |
getScreenTip()
Gets screen tip of the hyperlink. |
java.lang.String |
getTextToDisplay()
Gets text to be displayed for the hyperlink. |
void |
setAddress(java.lang.String address)
Sets the address of the hyperlink. |
void |
setScreenTip(java.lang.String screenTip)
Sets screen tip of the hyperlink. |
void |
setTextToDisplay(java.lang.String textToDisplay)
Sets text to be displayed for the hyperlink. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getAddress()
public void setAddress(java.lang.String address)
address
- address of the hyperlink.This parameter can't be empty.
java.lang.IllegalArgumentException
- if the address is empty.
CellsException
- if the hyperlink has been removed from the hyperlinks.public CellArea getCellArea()
public java.lang.String getScreenTip()
public void setScreenTip(java.lang.String screenTip)
screenTip
- screen tip to be displayed when the mouse pointer is paused over
the hyperlink.
CellsException
- if the hyperlink has been removed from the hyperlinks.public java.lang.String getTextToDisplay()
public void setTextToDisplay(java.lang.String textToDisplay)
textToDisplay
- text to be displayed for the hyperlink.
CellsException
- if the hyperlink has been removed from the hyperlinks.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |