public class WritableHyperlinkCell extends Object implements WritableCellValue
Modifier and Type | Field and Description |
---|---|
static String |
LINK_DOCUMENT
Deprecated.
|
static String |
LINK_FILE
Deprecated.
|
static String |
LINK_URL
Deprecated.
|
Constructor and Description |
---|
WritableHyperlinkCell(File file,
String description)
Deprecated.
|
WritableHyperlinkCell(URL url,
String description)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Deprecated.
|
File |
getFile()
Deprecated.
|
URL |
getUrl()
Deprecated.
|
void |
setDescription(String description)
Deprecated.
|
void |
setFile(File file)
Deprecated.
|
void |
setUrl(URL url)
Deprecated.
|
jxl.write.WritableCell |
writeToCell(jxl.write.WritableSheet sheet,
int col,
int row,
org.jxls.common.Context context)
Deprecated.
|
public static final String LINK_URL
public static final String LINK_DOCUMENT
public static final String LINK_FILE
public jxl.write.WritableCell writeToCell(jxl.write.WritableSheet sheet, int col, int row, org.jxls.common.Context context) throws jxl.write.WriteException
writeToCell
in interface WritableCellValue
jxl.write.WriteException
public File getFile()
public void setFile(File file)
public URL getUrl()
public void setUrl(URL url)
public String getDescription()
public void setDescription(String description)
Copyright © 2019. All rights reserved.