Uses of Class
org.apache.poi.xssf.usermodel.XSSFFont
-
Packages that use XSSFFont Package Description org.apache.poi.xssf.model org.apache.poi.xssf.usermodel -
-
Uses of XSSFFont in org.apache.poi.xssf.model
Methods in org.apache.poi.xssf.model that return XSSFFont Modifier and Type Method Description XSSFFontStylesTable. 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.XSSFFontStylesTable. 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 colorXSSFFontStyles. getFontAt(int idx)XSSFFontStylesTable. getFontAt(int idx)Methods in org.apache.poi.xssf.model that return types with arguments of type XSSFFont Modifier and Type Method Description List<XSSFFont>StylesTable. getFonts()Methods in org.apache.poi.xssf.model with parameters of type XSSFFont Modifier and Type Method Description intStyles. putFont(XSSFFont font)Records the given font in the font table.intStyles. putFont(XSSFFont font, boolean forceRegistration)Records the given font in the font table.intStylesTable. putFont(XSSFFont font)intStylesTable. putFont(XSSFFont font, boolean forceRegistration)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 XSSFFont Modifier and Type Method Description XSSFFontXSSFWorkbook. createFont()Create a new Font and add it to the workbook's font tableXSSFFontXSSFWorkbook. 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 attributesXSSFFontXSSFCellStyle. getFont()Gets the font for this styleXSSFFontXSSFWorkbook. getFontAt(int idx)XSSFFontXSSFRichTextString. getFontAtIndex(int index)Return a copy of the font in use at a particular index.XSSFFontXSSFRichTextString. 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 Modifier and Type Method Description voidXSSFRichTextString. append(String text, XSSFFont font)Append new text to this text run and apply the specify font to it
-