FileHyperlink
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.pdf.Hyperlink
public final class FileHyperlink extends Hyperlink
Represents file hyperlink object.
Constructors
Constructor | Description |
---|---|
FileHyperlink() | Initializes a new instance of the FileHyperlink class. |
FileHyperlink(String path) | Initializes a new instance of the FileHyperlink class. |
Methods
Method | Description |
---|---|
getPath() | Gets or sets the path to file. |
setPath(String value) | Gets or sets the path to file. |
FileHyperlink()
public FileHyperlink()
Initializes a new instance of the FileHyperlink class.
FileHyperlink(String path)
public FileHyperlink(String path)
Initializes a new instance of the FileHyperlink class.
Parameters:
Parameter | Type | Description |
---|---|---|
path | java.lang.String | Path 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:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | String object |