FileHyperlink

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

public final class FileHyperlink extends Hyperlink

Represents file hyperlink object.

Constructors

ConstructorDescription
FileHyperlink()Initializes a new instance of the FileHyperlink class.
FileHyperlink(String path)Initializes a new instance of the FileHyperlink class.

Methods

MethodDescription
getPath()Gets or sets the path to file.
setPath(String value)Gets or sets the path to file.
public FileHyperlink()

Initializes a new instance of the FileHyperlink class.

public FileHyperlink(String path)

Initializes a new instance of the FileHyperlink class.

Parameters:

ParameterTypeDescription
pathjava.lang.StringPath to file.

getPath()

public String getPath()

Gets or sets the path to file.

Returns: java.lang.String - String object

setPath(String value)

public void setPath(String value)

Gets or sets the path to file.

Parameters:

ParameterTypeDescription
valuejava.lang.StringString object