Uses of Class
org.apache.poi.xssf.usermodel.XSSFFont
Packages that use XSSFFont
-
Uses of XSSFFont in org.apache.poi.xssf.model
Methods in org.apache.poi.xssf.model that return XSSFFontModifier and TypeMethodDescriptionStylesTable.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 attributes, where color is the indexed-value, not the actual color.StylesTable.findFont
(boolean bold, Color color, short fontHeight, String name, boolean italic, boolean strikeout, short typeOffset, byte underline) Finds a font that matches the one with the supplied attributes, where color is the actual Color-value, not the indexed colorStyles.getFontAt
(int idx) StylesTable.getFontAt
(int idx) Methods in org.apache.poi.xssf.model that return types with arguments of type XSSFFontMethods in org.apache.poi.xssf.model with parameters of type XSSFFontModifier and TypeMethodDescriptionint
Records the given font in the font table.int
Records the given font in the font table.int
int
Records the given font in the font table. -
Uses of XSSFFont in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return XSSFFontModifier and TypeMethodDescriptionXSSFWorkbook.createFont()
Create a new Font and add it to the workbook's font tableXSSFWorkbook.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 attributesXSSFCellStyle.getFont()
Gets the font for this styleXSSFWorkbook.getFontAt
(int idx) XSSFWorkbook.getFontAt
(short idx) XSSFRichTextString.getFontAtIndex
(int index) Return a copy of the font in use at a particular index.XSSFRichTextString.getFontOfFormattingRun
(int index) Gets a copy of the font used in a particular formatting run.Methods in org.apache.poi.xssf.usermodel with parameters of type XSSFFont