Uses of Class
org.apache.poi.hssf.record.cf.FontFormatting
-
Packages that use FontFormatting Package Description org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures.org.apache.poi.hssf.record.cf org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model -
-
Uses of FontFormatting in org.apache.poi.hssf.record
Fields in org.apache.poi.hssf.record declared as FontFormatting Modifier and Type Field Description protected FontFormatting
CFRuleBase. _fontFormatting
Methods in org.apache.poi.hssf.record that return FontFormatting Modifier and Type Method Description FontFormatting
CFRuleBase. getFontFormatting()
Methods in org.apache.poi.hssf.record with parameters of type FontFormatting Modifier and Type Method Description void
CFRuleBase. setFontFormatting(FontFormatting fontFormatting)
-
Uses of FontFormatting in org.apache.poi.hssf.record.cf
Methods in org.apache.poi.hssf.record.cf that return FontFormatting Modifier and Type Method Description FontFormatting
FontFormatting. clone()
-
Uses of FontFormatting in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return FontFormatting Modifier and Type Method Description protected FontFormatting
HSSFFontFormatting. getFontFormattingBlock()
-