protected class JRXlsMetadataExporter.CellSettings extends Object
| Constructor and Description |
|---|
JRXlsMetadataExporter.CellSettings() |
JRXlsMetadataExporter.CellSettings(org.apache.poi.ss.usermodel.CellType cellType,
org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle,
Object cellValue) |
JRXlsMetadataExporter.CellSettings(org.apache.poi.ss.usermodel.CellType cellType,
org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle,
Object cellValue,
String formula) |
JRXlsMetadataExporter.CellSettings(org.apache.poi.ss.usermodel.CellType cellType,
org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle,
Object cellValue,
String formula,
org.apache.poi.ss.usermodel.Hyperlink link) |
JRXlsMetadataExporter.CellSettings(org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.poi.hssf.usermodel.HSSFCellStyle |
getCellStyle() |
org.apache.poi.ss.usermodel.CellType |
getCellType() |
Object |
getCellValue() |
String |
getFormula() |
org.apache.poi.ss.usermodel.Hyperlink |
getLink() |
void |
importValues(org.apache.poi.ss.usermodel.CellType cellType,
org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle,
Object cellValue) |
void |
importValues(org.apache.poi.ss.usermodel.CellType cellType,
org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle,
Object cellValue,
String formula) |
void |
importValues(org.apache.poi.ss.usermodel.CellType cellType,
org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle,
Object cellValue,
String formula,
org.apache.poi.ss.usermodel.Hyperlink link) |
void |
setCellStyle(org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle) |
void |
setCellType(org.apache.poi.ss.usermodel.CellType cellType) |
void |
setCellValue(Object cellValue) |
void |
setFormula(String formula) |
void |
setLink(org.apache.poi.ss.usermodel.Hyperlink link) |
public JRXlsMetadataExporter.CellSettings()
public JRXlsMetadataExporter.CellSettings(org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle)
public JRXlsMetadataExporter.CellSettings(org.apache.poi.ss.usermodel.CellType cellType,
org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle,
Object cellValue)
public JRXlsMetadataExporter.CellSettings(org.apache.poi.ss.usermodel.CellType cellType,
org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle,
Object cellValue,
String formula)
public org.apache.poi.hssf.usermodel.HSSFCellStyle getCellStyle()
public void setCellStyle(org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle)
public org.apache.poi.ss.usermodel.CellType getCellType()
public void setCellType(org.apache.poi.ss.usermodel.CellType cellType)
public Object getCellValue()
public void setCellValue(Object cellValue)
public String getFormula()
public void setFormula(String formula)
public org.apache.poi.ss.usermodel.Hyperlink getLink()
public void setLink(org.apache.poi.ss.usermodel.Hyperlink link)
public void importValues(org.apache.poi.ss.usermodel.CellType cellType,
org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle,
Object cellValue)
public void importValues(org.apache.poi.ss.usermodel.CellType cellType,
org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle,
Object cellValue,
String formula)
Copyright © 2017. All rights reserved.