Uses of Class
org.apache.poi.hssf.record.cf.PatternFormatting

Packages that use PatternFormatting
org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures. 
 

Uses of PatternFormatting in org.apache.poi.hssf.record
 

Methods in org.apache.poi.hssf.record that return PatternFormatting
 PatternFormatting CFRuleRecord.getPatternFormatting()
           
 

Methods in org.apache.poi.hssf.record with parameters of type PatternFormatting
 void CFRuleRecord.setPatternFormatting(PatternFormatting patternFormatting)