Uses of Class
org.apache.poi.hssf.usermodel.HSSFCellStyle

Packages that use HSSFCellStyle
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model  
 

Uses of HSSFCellStyle in org.apache.poi.hssf.usermodel
 

Methods in org.apache.poi.hssf.usermodel that return HSSFCellStyle
 HSSFCellStyle HSSFWorkbook.createCellStyle()
          create a new Cell style and add it to the workbook's style table
 HSSFCellStyle HSSFWorkbook.getCellStyleAt(short idx)
          get the cell style object at the given index
 HSSFCellStyle HSSFCell.getCellStyle()
          get the style for the cell.
 

Methods in org.apache.poi.hssf.usermodel with parameters of type HSSFCellStyle
 void HSSFCell.setCellStyle(HSSFCellStyle style)
          set the style for the cell.
 



Copyright © 2002 Apache jakarta-poi project. All Rights Reserved.