WebHyperlink

Overview

WebHyperlink is a class in Aspose.Pdf FOSS for Java. Inherits from: Hyperlink.

Hyperlink to an external URL.

Properties

NameTypeAccessDescription
urlStringRead@return the target URL, or {@code null} if not yet set

Methods

SignatureDescription
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.

See Also