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

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

Uses of HSSFFont in org.apache.poi.hssf.contrib.view
 

Methods in org.apache.poi.hssf.contrib.view with parameters of type HSSFFont
static java.awt.Font SVTableUtils.makeFont(HSSFFont font)
          Creates a new font for a specific cell style
 

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

Methods in org.apache.poi.hssf.usermodel that return HSSFFont
 HSSFFont HSSFWorkbook.createFont()
          create a new Font and add it to the workbook's font table
 HSSFFont HSSFWorkbook.findFont(short boldWeight, short color, short fontHeight, java.lang.String name, boolean italic, boolean strikeout, short typeOffset, byte underline)
          Finds a font that matches the one with the supplied attributes
 HSSFFont HSSFCellStyle.getFont(HSSFWorkbook parentWorkbook)
          gets the font for this style
 HSSFFont HSSFWorkbook.getFontAt(short idx)
          get the font at the given index number
 

Methods in org.apache.poi.hssf.usermodel with parameters of type HSSFFont
 void HSSFRichTextString.applyFont(HSSFFont font)
          Sets the font of the entire string.
 void HSSFRichTextString.applyFont(int startIndex, int endIndex, HSSFFont font)
          Applies a font to the specified characters of a string.
 void HSSFCellStyle.setFont(HSSFFont font)
          set the font for this style
 

Uses of HSSFFont in org.apache.poi.hssf.usermodel.contrib
 

Methods in org.apache.poi.hssf.usermodel.contrib with parameters of type HSSFFont
static void HSSFCellUtil.setFont(HSSFCell cell, HSSFWorkbook workbook, HSSFFont font)
          Take a cell, and apply a font to it
 



Copyright 2008 The Apache Software Foundation or its licensors, as applicable.