Uses of Class
org.apache.poi.xssf.usermodel.XSSFFont

Packages that use XSSFFont
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
 XSSFFont StylesTable.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
 XSSFFont StylesTable.getFontAt(int idx)
           
 

Methods in org.apache.poi.xssf.model with parameters of type XSSFFont
 int StylesTable.putFont(XSSFFont font)
           
 int StylesTable.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
 XSSFFont XSSFCellStyle.getFont()
          Gets the font for this style
 XSSFFont XSSFRichTextString.getFontAtIndex(int index)
          Return a copy of the font in use at a particular index.
 XSSFFont 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
 void XSSFRichTextString.append(java.lang.String text, XSSFFont font)
          Append new text to this text run and apply the specify font to it