WebHyperlink

Inheritance: java.lang.Object, com.aspose.pdf.Hyperlink

public final class WebHyperlink extends Hyperlink

Represents web hyperlink object.

Constructors

ConstructorDescription
WebHyperlink()Initializes a new instance of the WebHyperlink class.
WebHyperlink(String url)Initializes a new instance of the WebHyperlink class.

Methods

MethodDescription
getUrl()Gets the web url.
setUrl(String value)Sets the web url.
public WebHyperlink()

Initializes a new instance of the WebHyperlink class.

public WebHyperlink(String url)

Initializes a new instance of the WebHyperlink class.

Parameters:

ParameterTypeDescription
urljava.lang.StringWeb 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:

ParameterTypeDescription
valuejava.lang.StringString value