public class Hyperlink extends Object
Constructor and Description |
---|
Hyperlink() |
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
getAddress
Gets String
|
CellArea |
getArea()
getArea
Gets CellArea
|
Link |
getLink()
getLink
Gets Link
|
String |
getScreenTip()
getScreenTip
Gets String
|
String |
getTextToDisplay()
getTextToDisplay
Gets String
|
void |
setAddress(String Address)
setAddress
Sets String
|
void |
setArea(CellArea Area)
setArea
Sets CellArea
|
void |
setLink(Link link)
setLink
Sets Link
|
void |
setScreenTip(String ScreenTip)
setScreenTip
Sets String
|
void |
setTextToDisplay(String TextToDisplay)
setTextToDisplay
Sets String
|
String |
toString() |
public String getAddress()
public void setAddress(String Address)
Address
- Stringpublic CellArea getArea()
public void setArea(CellArea Area)
Area
- CellAreapublic String getScreenTip()
public void setScreenTip(String ScreenTip)
ScreenTip
- Stringpublic String getTextToDisplay()
public void setTextToDisplay(String TextToDisplay)
TextToDisplay
- Stringpublic Link getLink()
public void setLink(Link link)
link
- LinkCopyright © 2015. All rights reserved.