public class LinkedValue extends Object
| Constructor and Description |
|---|
LinkedValue(String text,
File file)
Creates a value linking to the given file.
|
LinkedValue(String text,
Sheet sheet)
Creates a value linking to a cell of the given sheet.
|
LinkedValue(String text,
URI uri)
Creates a value linking to the given URI.
|
LinkedValue(String text,
URL url)
Creates a value linking to the given URL.
|
public LinkedValue(String text, Sheet sheet)
text - the text to display for the linksheet - the sheet to link topublic LinkedValue(String text, File file)
text - the text to display for the linkfile - the file to link topublic LinkedValue(String text, URL url)
text - the text to display for the linkurl - the URL to link toCopyright © 2026. All rights reserved.