Uses of Interface
org.apache.poi.ss.usermodel.Font
Packages that use Font
Package
Description
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
-
Uses of Font in org.apache.poi.hssf.usermodel
Classes in org.apache.poi.hssf.usermodel that implement FontMethods in org.apache.poi.hssf.usermodel with parameters of type FontModifier and TypeMethodDescriptionvoid
Applies a font to the specified characters of a string.void
Sets the font of the entire string.void
set the font for this style -
Uses of Font in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return FontModifier and TypeMethodDescriptionWorkbook.createFont()
Create a new Font and add it to the workbook's font tableWorkbook.findFont
(boolean bold, short color, short fontHeight, String name, boolean italic, boolean strikeout, short typeOffset, byte underline) Finds a font that matches the one with the supplied attributesWorkbook.getFontAt
(int idx) Get the font at the given index numberWorkbook.getFontAt
(short idx) Deprecated.Methods in org.apache.poi.ss.usermodel with parameters of type FontModifier and TypeMethodDescriptionvoid
Applies a font to the specified characters of a string.void
Sets the font of the entire string.void
set the font for this style -
Uses of Font in org.apache.poi.ss.util
Methods in org.apache.poi.ss.util with parameters of type FontModifier and TypeMethodDescriptionstatic boolean
SheetUtil.canComputeColumnWidth
(Font font) Check if the Fonts are installed correctly so that Java can compute the size of columns.static void
Take a cell, and apply a font to it -
Uses of Font in org.apache.poi.xssf.streaming
Methods in org.apache.poi.xssf.streaming that return FontModifier and TypeMethodDescriptionSXSSFWorkbook.createFont()
Create a new Font and add it to the workbook's font tableSXSSFWorkbook.findFont
(boolean bold, short color, short fontHeight, String name, boolean italic, boolean strikeout, short typeOffset, byte underline) Finds a font that matches the one with the supplied attributesSXSSFWorkbook.getFontAt
(int idx) SXSSFWorkbook.getFontAt
(short idx) Deprecated. -
Uses of Font in org.apache.poi.xssf.usermodel
Classes in org.apache.poi.xssf.usermodel that implement FontMethods in org.apache.poi.xssf.usermodel with parameters of type FontModifier and TypeMethodDescriptionvoid
Applies a font to the specified characters of a string.void
Sets the font of the entire string.void
Set the font for this style
getFontAt(int)