Package net.sf.jasperreports.poi.export
Class JRXlsMetadataExporter.CellSettings
- java.lang.Object
-
- net.sf.jasperreports.poi.export.JRXlsMetadataExporter.CellSettings
-
- Enclosing class:
- JRXlsMetadataExporter
protected class JRXlsMetadataExporter.CellSettings extends Object
-
-
Constructor Summary
Constructors Constructor Description CellSettings()
CellSettings(org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle)
CellSettings(org.apache.poi.ss.usermodel.CellType cellType, org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle, Object cellValue)
CellSettings(org.apache.poi.ss.usermodel.CellType cellType, org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle, Object cellValue, String formula)
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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Constructor Detail
-
CellSettings
public CellSettings()
-
CellSettings
public CellSettings(org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle)
-
CellSettings
public CellSettings(org.apache.poi.ss.usermodel.CellType cellType, org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle, Object cellValue)
-
CellSettings
public CellSettings(org.apache.poi.ss.usermodel.CellType cellType, org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle, Object cellValue, String formula)
-
-
Method Detail
-
getCellStyle
public org.apache.poi.hssf.usermodel.HSSFCellStyle getCellStyle()
-
setCellStyle
public void setCellStyle(org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle)
-
getCellType
public org.apache.poi.ss.usermodel.CellType getCellType()
-
setCellType
public void setCellType(org.apache.poi.ss.usermodel.CellType cellType)
-
getCellValue
public Object getCellValue()
-
setCellValue
public void setCellValue(Object cellValue)
-
getFormula
public String getFormula()
-
setFormula
public void setFormula(String formula)
-
getLink
public org.apache.poi.ss.usermodel.Hyperlink getLink()
-
setLink
public void setLink(org.apache.poi.ss.usermodel.Hyperlink link)
-
importValues
public void importValues(org.apache.poi.ss.usermodel.CellType cellType, org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle, Object cellValue)
-
importValues
public void importValues(org.apache.poi.ss.usermodel.CellType cellType, org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle, Object cellValue, String formula)
-
-