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

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

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

Methods in org.apache.poi.hssf.record that return BorderFormatting
 BorderFormatting CFRuleRecord.getBorderFormatting()
           
 

Methods in org.apache.poi.hssf.record with parameters of type BorderFormatting
 void CFRuleRecord.setBorderFormatting(BorderFormatting borderFormatting)