Package | Description |
---|---|
org.apache.poi.xssf.model |
Modifier and Type | Method and Description |
---|---|
XSSFCellBorder |
StylesTable.getBorderAt(int idx) |
XSSFCellBorder |
Styles.getBorderAt(int idx) |
Modifier and Type | Method and Description |
---|---|
java.util.List<XSSFCellBorder> |
StylesTable.getBorders() |
Modifier and Type | Method and Description |
---|---|
int |
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
|
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 table
|
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.