Uses of Class
org.apache.poi.xssf.usermodel.extensions.XSSFCellBorder
-
Packages that use XSSFCellBorder Package Description org.apache.poi.xssf.model -
-
Uses of XSSFCellBorder in org.apache.poi.xssf.model
Methods in org.apache.poi.xssf.model that return XSSFCellBorder Modifier and Type Method Description XSSFCellBorder
Styles. getBorderAt(int idx)
XSSFCellBorder
StylesTable. getBorderAt(int idx)
Methods in org.apache.poi.xssf.model that return types with arguments of type XSSFCellBorder Modifier and Type Method Description java.util.List<XSSFCellBorder>
StylesTable. getBorders()
Methods in org.apache.poi.xssf.model with parameters of type XSSFCellBorder Modifier and Type Method Description int
Styles. putBorder(XSSFCellBorder border)
Adds a border to the border style table if it isn't already in the style table Does nothing if border is already in borders style tableint
StylesTable. putBorder(XSSFCellBorder border)
Adds a border to the border style table if it isn't already in the style table Does nothing if border is already in borders style table
-