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 The usermodel package maps HSSF low level structures 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 BorderFormattingCFRuleBase. _borderFormattingMethods in org.apache.poi.hssf.record that return BorderFormatting Modifier and Type Method Description BorderFormattingCFRuleBase. getBorderFormatting()Methods in org.apache.poi.hssf.record with parameters of type BorderFormatting Modifier and Type Method Description voidCFRuleBase. 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 BorderFormattingBorderFormatting. copy()Constructors in org.apache.poi.hssf.record.cf with parameters of type BorderFormatting Constructor Description BorderFormatting(BorderFormatting other) -
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 BorderFormattingHSSFBorderFormatting. getBorderFormattingBlock()
-