Uses of Interface
org.apache.poi.ss.usermodel.BorderFormatting
Packages that use BorderFormatting
Package
Description
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
-
Uses of BorderFormatting in org.apache.poi.hssf.usermodel
Classes in org.apache.poi.hssf.usermodel that implement BorderFormattingModifier and TypeClassDescriptionfinal class
High level representation for Border Formatting component of Conditional Formatting settings -
Uses of BorderFormatting in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return BorderFormattingModifier and TypeMethodDescriptionConditionalFormattingRule.createBorderFormatting()
Create a new border formatting structure if it does not exist, otherwise just return existing object.ConditionalFormattingRule.getBorderFormatting()
DifferentialStyleProvider.getBorderFormatting()
-
Uses of BorderFormatting in org.apache.poi.xssf.usermodel
Classes in org.apache.poi.xssf.usermodel that implement BorderFormattingModifier and TypeClassDescriptionclass
XSSF high level representation for Border Formatting component of Conditional Formatting settingsMethods in org.apache.poi.xssf.usermodel that return BorderFormatting