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 Related Documentation For overviews, tutorials, examples, guides, and tool documentation, please see: Apache POI Project  
 

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 2015 The Apache Software Foundation or its licensors, as applicable.