public final class WebHyperlink extends Hyperlink
Represents web hyperlink object.
Constructor and Description |
---|
WebHyperlink()
Initializes a new instance of the
WebHyperlink class. |
WebHyperlink(String url)
Initializes a new instance of the
WebHyperlink class. |
Modifier and Type | Method and Description |
---|---|
String |
getUrl()
Gets the web url.
|
void |
setUrl(String value)
Sets the web url.
|
setLinkElement
public WebHyperlink()
Initializes a new instance of the WebHyperlink
class.
public WebHyperlink(String url)
Initializes a new instance of the WebHyperlink
class.
url
- Web url for hyperlink.