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. 
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
 

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)
           
 

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

Methods in org.apache.poi.hssf.usermodel that return BorderFormatting
protected  BorderFormatting HSSFBorderFormatting.getBorderFormattingBlock()
           
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.