FileHyperlink
Overview
FileHyperlink is a class in Aspose.Pdf FOSS for Java.
Inherits from: Hyperlink.
Hyperlink that launches an external file when the host paragraph is activated.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
path | String | Read | @return the target file path |
Methods
| Signature | Description |
|---|---|
FileHyperlink() | Creates an empty file hyperlink. |
FileHyperlink(path: String) | Creates a file hyperlink pointing at {@code path}. |
getPath() → String | @return the target file path |
setPath(path: String) | Sets the file path the link should launch. |