Uses of Interface
org.apache.poi.ss.usermodel.CellStyle
-
Packages that use CellStyle Package Description io.keikai.range.impl.imexp Keikai Spreadsheet Internal Range API Implementation classes.org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet modelorg.apache.poi.ss.usermodel org.apache.poi.ss.util org.apache.poi.xssf.usermodel -
-
Uses of CellStyle in io.keikai.range.impl.imexp
Fields in io.keikai.range.impl.imexp with type parameters of type CellStyle Modifier and Type Field Description protected Map<SCellStyle,CellStyle>AbstractExcelExporter. styleTableThe map stores the exportedCellStyleduring exporting, so that we can reuse them for exporting other cells.Methods in io.keikai.range.impl.imexp that return CellStyle Modifier and Type Method Description protected CellStyleAbstractExcelExporter. toPOICellStyle(SCellStyle cellStyle)protected CellStyleAbstractExcelExporter. toPOIDefaultCellStyle(SCellStyle cellStyle)protected CellStyleExcelXlsxExporter. toPOIDefaultCellStyle(SCellStyle cellStyle)Methods in io.keikai.range.impl.imexp with parameters of type CellStyle Modifier and Type Method Description protected SCellStyleAbstractExcelImporter. importCellStyle(CellStyle poiCellStyle)Convert CellStyle into NCellStyleprotected SCellStyleAbstractExcelImporter. importCellStyle(CellStyle poiCellStyle, boolean inStyleTable)protected SFontAbstractExcelImporter. importFont(CellStyle poiCellStyle)static voidBookHelper. setBottomBorderColor(CellStyle style, Color color)static voidBookHelper. setFillBackgroundColor(CellStyle newCellStyle, Color xlsColor)static voidBookHelper. setFillForegroundColor(CellStyle newCellStyle, Color xlsColor)static voidBookHelper. setLeftBorderColor(CellStyle style, Color color)static voidBookHelper. setRightBorderColor(CellStyle style, Color color)static voidBookHelper. setTopBorderColor(CellStyle style, Color color) -
Uses of CellStyle in org.apache.poi.hssf.usermodel
Classes in org.apache.poi.hssf.usermodel that implement CellStyle Modifier and Type Class Description classHSSFCellStyleHigh level representation of the style of a cell in a sheet of a workbook.Methods in org.apache.poi.hssf.usermodel with parameters of type CellStyle Modifier and Type Method Description voidHSSFCellStyle. cloneStyleFrom(CellStyle source)Clones all the style information from another HSSFCellStyle, onto this one.voidHSSFCell. setCellStyle(CellStyle style)Set the style for the cell.voidHSSFSheet. setDefaultColumnStyle(int column, CellStyle style)Sets the default column style for a given column.voidHSSFRow. setRowStyle(CellStyle style)Applies a whole-row cell styling to the row. -
Uses of CellStyle in org.apache.poi.ss.usermodel
Subinterfaces of CellStyle in org.apache.poi.ss.usermodel Modifier and Type Interface Description interfaceDxfCellStyleCell style for DxfsinterfaceNamedStyleCellStyle with a name.Methods in org.apache.poi.ss.usermodel that return CellStyle Modifier and Type Method Description CellStyleWorkbook. createCellStyle()Create a new Cell style and add it to the workbook's style tableCellStyleCell. getCellStyle()Return the cell's style.CellStyleWorkbook. getCellStyleAt(int idx)Get the cell style object at the given indexCellStyleSheet. getColumnStyle(int column)Returns the CellStyle that applies to the given (0 based) column, or null if no style has been set for that columnCellStyleCellCopyContext. getMappedStyle(CellStyle srcStyle)CellStyleRow. getRowStyle()Returns the whole-row cell styles.Methods in org.apache.poi.ss.usermodel with parameters of type CellStyle Modifier and Type Method Description voidCellStyle. cloneStyleFrom(CellStyle source)Clones all the style information from another CellStyle, onto this one.static ExcelNumberFormatExcelNumberFormat. from(CellStyle style)CellStyleCellCopyContext. getMappedStyle(CellStyle srcStyle)voidCellCopyContext. putMappedStyle(CellStyle srcStyle, CellStyle mappedStyle)voidCell. setCellStyle(CellStyle style)Set the style for the cell.voidSheet. setDefaultColumnStyle(int column, CellStyle style)Sets the default column style for a given column.voidRow. setRowStyle(CellStyle style)Applies a whole-row cell styling to the row.Method parameters in org.apache.poi.ss.usermodel with type arguments of type CellStyle Modifier and Type Method Description static voidRangeCopier. cloneCellContent(Cell srcCell, Cell destCell, Map<Integer,CellStyle> styleMap) -
Uses of CellStyle in org.apache.poi.ss.util
Methods in org.apache.poi.ss.util with parameters of type CellStyle Modifier and Type Method Description static CellCellUtil. createCell(Row row, int column, String value, CellStyle style)Creates a cell, gives it a value, and applies a style if provided -
Uses of CellStyle in org.apache.poi.xssf.usermodel
Classes in org.apache.poi.xssf.usermodel that implement CellStyle Modifier and Type Class Description classorg.apache.poi.xssf.usermodel.XSSFCellStyleclassXSSFDxfCellStyleCell style for DxfsclassXSSFNamedStyleMethods in org.apache.poi.xssf.usermodel with parameters of type CellStyle Modifier and Type Method Description static voidXSSFWorkbookHelper. addDefaultCellStyle(org.apache.poi.xssf.usermodel.XSSFWorkbook workbook, CellStyle cellStyle)voidXSSFNamedStyle. cloneStyleFrom(CellStyle source)
-