public final class FileHyperlink extends Hyperlink
Represents file hyperlink object.
Constructor and Description |
---|
FileHyperlink()
Initializes a new instance of the
FileHyperlink class. |
FileHyperlink(String path)
Initializes a new instance of the
FileHyperlink class. |
Modifier and Type | Method and Description |
---|---|
String |
getPath()
Gets or sets the path to file.
|
void |
setPath(String value)
Gets or sets the path to file.
|
setLinkElement
public FileHyperlink()
Initializes a new instance of the FileHyperlink
class.
public FileHyperlink(String path)
Initializes a new instance of the FileHyperlink
class.
path
- Path to file.