Class JRXlsMetadataExporter.CellSettings
- java.lang.Object
-
- net.sf.jasperreports.engine.export.JRXlsMetadataExporter.CellSettings
-
- Enclosing class:
- JRXlsMetadataExporter
protected class JRXlsMetadataExporter.CellSettings extends java.lang.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, java.lang.Object cellValue)CellSettings(org.apache.poi.ss.usermodel.CellType cellType, org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle, java.lang.Object cellValue, java.lang.String formula)CellSettings(org.apache.poi.ss.usermodel.CellType cellType, org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle, java.lang.Object cellValue, java.lang.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()java.lang.ObjectgetCellValue()java.lang.StringgetFormula()org.apache.poi.ss.usermodel.HyperlinkgetLink()voidimportValues(org.apache.poi.ss.usermodel.CellType cellType, org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle, java.lang.Object cellValue)voidimportValues(org.apache.poi.ss.usermodel.CellType cellType, org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle, java.lang.Object cellValue, java.lang.String formula)voidimportValues(org.apache.poi.ss.usermodel.CellType cellType, org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle, java.lang.Object cellValue, java.lang.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(java.lang.Object cellValue)voidsetFormula(java.lang.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, java.lang.Object cellValue)
-
CellSettings
public CellSettings(org.apache.poi.ss.usermodel.CellType cellType, org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle, java.lang.Object cellValue, java.lang.String formula)
-
CellSettings
public CellSettings(org.apache.poi.ss.usermodel.CellType cellType, org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle, java.lang.Object cellValue, java.lang.String formula, org.apache.poi.ss.usermodel.Hyperlink link)
-
-
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 java.lang.Object getCellValue()
-
setCellValue
public void setCellValue(java.lang.Object cellValue)
-
getFormula
public java.lang.String getFormula()
-
setFormula
public void setFormula(java.lang.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, java.lang.Object cellValue)
-
importValues
public void importValues(org.apache.poi.ss.usermodel.CellType cellType, org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle, java.lang.Object cellValue, java.lang.String formula)
-
importValues
public void importValues(org.apache.poi.ss.usermodel.CellType cellType, org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle, java.lang.Object cellValue, java.lang.String formula, org.apache.poi.ss.usermodel.Hyperlink link)
-
-