WebHyperlink
Overview
WebHyperlink is a class in Aspose.Pdf FOSS for Java.
Inherits from: Hyperlink.
Hyperlink to an external URL.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
url | String | Read | @return the target URL, or {@code null} if not yet set |
Methods
| Signature | Description |
|---|---|
WebHyperlink() | Creates a hyperlink with no URL set (must be supplied later via {@link #setUrl(String)}). |
WebHyperlink(url: String) | Creates a hyperlink pointing to {@code url}. |
getUrl() → String | @return the target URL, or {@code null} if not yet set |
setUrl(url: String) | Sets the target URL. |