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