Class JRXlsMetadataExporter.CellSettings
- java.lang.Object
-
- net.sf.jasperreports.engine.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.HSSFCellStylegetCellStyle()org.apache.poi.ss.usermodel.CellTypegetCellType()ObjectgetCellValue()StringgetFormula()org.apache.poi.ss.usermodel.HyperlinkgetLink()voidimportValues(org.apache.poi.ss.usermodel.CellType cellType, org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle, Object cellValue)voidimportValues(org.apache.poi.ss.usermodel.CellType cellType, org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle, Object cellValue, String formula)voidimportValues(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)voidsetCellStyle(org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle)voidsetCellType(org.apache.poi.ss.usermodel.CellType cellType)voidsetCellValue(Object cellValue)voidsetFormula(String formula)voidsetLink(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)
-
-