Uses of Interface
org.apache.poi.ss.usermodel.FontFormatting
-
Packages that use FontFormatting Package Description org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet modelorg.apache.poi.ss.usermodel -
-
Uses of FontFormatting in org.apache.poi.hssf.usermodel
Classes in org.apache.poi.hssf.usermodel that implement FontFormatting Modifier and Type Class Description class
HSSFFontFormatting
High level representation for Font Formatting component of Conditional Formatting settings -
Uses of FontFormatting in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return FontFormatting Modifier and Type Method Description FontFormatting
ConditionalFormattingRule. createFontFormatting()
Create a new font formatting structure if it does not exist, otherwise just return existing object.FontFormatting
ConditionalFormattingRule. getFontFormatting()
FontFormatting
DifferentialStyleProvider. getFontFormatting()
-