Uses of Class
org.apache.poi.hssf.record.cf.BorderFormatting
-
Packages that use BorderFormatting Package Description org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures.org.apache.poi.hssf.record.cf 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
Fields in org.apache.poi.hssf.record declared as BorderFormatting Modifier and Type Field Description protected BorderFormatting
CFRuleBase. _borderFormatting
Methods in org.apache.poi.hssf.record that return BorderFormatting Modifier and Type Method Description BorderFormatting
CFRuleBase. getBorderFormatting()
Methods in org.apache.poi.hssf.record with parameters of type BorderFormatting Modifier and Type Method Description void
CFRuleBase. setBorderFormatting(BorderFormatting borderFormatting)
-
Uses of BorderFormatting in org.apache.poi.hssf.record.cf
Methods in org.apache.poi.hssf.record.cf that return BorderFormatting Modifier and Type Method Description BorderFormatting
BorderFormatting. clone()
-
Uses of BorderFormatting in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return BorderFormatting Modifier and Type Method Description protected BorderFormatting
HSSFBorderFormatting. getBorderFormattingBlock()
-