Uses of Interface
org.apache.poi.ss.usermodel.Font
-
Packages that use Font 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 Font in io.keikai.range.impl.imexp
Fields in io.keikai.range.impl.imexp with type parameters of type Font Modifier and Type Field Description protected Map<SFont,Font>
AbstractExcelExporter. fontTable
Methods in io.keikai.range.impl.imexp that return Font Modifier and Type Method Description protected Font
AbstractExcelImporter. getPoiFontFromRichText(Workbook book, Cell cell, RichTextString rstr, int run)
protected Font
ExcelXlsxExporter. toPOIDxfFont(SFont font0)
protected Font
AbstractExcelExporter. toPOIFont(SFont font)
Convert ZSS Font into POI Font.Methods in io.keikai.range.impl.imexp with parameters of type Font Modifier and Type Method Description protected SFont
AbstractExcelImporter. createZssFont(Font poiFont)
static String
BookHelper. getFontHTMLColor(Workbook book, Font font)
static void
BookHelper. setFontColor(Workbook book, Font font, Color color)
protected SFont
AbstractExcelImporter. toZssFont(Font poiFont)
-
Uses of Font in org.apache.poi.hssf.usermodel
Classes in org.apache.poi.hssf.usermodel that implement Font Modifier and Type Class Description class
HSSFFont
Represents a Font used in a workbook.Methods in org.apache.poi.hssf.usermodel with parameters of type Font Modifier and Type Method Description void
HSSFRichTextString. applyFont(int startIndex, int endIndex, Font font)
Applies a font to the specified characters of a string.void
HSSFRichTextString. applyFont(Font font)
Sets the font of the entire string.void
HSSFCellStyle. setFont(Font font)
set the font for this style -
Uses of Font in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return Font Modifier and Type Method Description Font
Workbook. createFont()
Create a new Font and add it to the workbook's font tableFont
Workbook. 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 attributesFont
Workbook. getFontAt(int idx)
Get the font at the given index numberMethods in org.apache.poi.ss.usermodel with parameters of type Font Modifier and Type Method Description void
RichTextString. applyFont(int startIndex, int endIndex, Font font)
Applies a font to the specified characters of a string.void
RichTextString. applyFont(Font font)
Sets the font of the entire string.void
CellStyle. setFont(Font font)
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 Font Modifier and Type Method Description static boolean
SheetUtil. canComputeColumnWidth(Font font)
Check if the Fonts are installed correctly so that Java can compute the size of columns.static void
CellUtil. setFont(Cell cell, Font font)
Take a cell, and apply a font to it -
Uses of Font in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel with parameters of type Font Modifier and Type Method Description void
XSSFDxfCellStyle. setFont(Font font)
void
XSSFNamedStyle. setFont(Font font)
-