WebHyperlink
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.pdf.Hyperlink
public final class WebHyperlink extends Hyperlink
Represents web hyperlink object.
Constructors
| Constructor | Description |
|---|---|
| WebHyperlink() | Initializes a new instance of the WebHyperlink class. |
| WebHyperlink(String url) | Initializes a new instance of the WebHyperlink class. |
Methods
| Method | Description |
|---|---|
| getUrl() | Gets the web url. |
| setUrl(String value) | Sets the web url. |
WebHyperlink()
public WebHyperlink()
Initializes a new instance of the WebHyperlink class.
WebHyperlink(String url)
public WebHyperlink(String url)
Initializes a new instance of the WebHyperlink class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| url | java.lang.String | Web url for hyperlink. |
getUrl()
public String getUrl()
Gets the web url.
Returns: java.lang.String - String object
setUrl(String value)
public void setUrl(String value)
Sets the web url.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String | String value |