Uses of Class
loci.poi.hssf.usermodel.HSSFCellStyle
Packages that use HSSFCellStyle
Package
Description
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
-
Uses of HSSFCellStyle in loci.poi.hssf.usermodel
Methods in loci.poi.hssf.usermodel that return HSSFCellStyleModifier and TypeMethodDescriptionHSSFWorkbook.createCellStyle()create a new Cell style and add it to the workbook's style tableHSSFCell.getCellStyle()get the style for the cell.HSSFWorkbook.getCellStyleAt(short idx) get the cell style object at the given indexMethods in loci.poi.hssf.usermodel with parameters of type HSSFCellStyleModifier and TypeMethodDescriptionvoidHSSFCell.setCellStyle(HSSFCellStyle style) set the style for the cell.voidHSSFSheet.setDefaultColumnStyle(short column, HSSFCellStyle style) Sets the default column style for a given column.