Uses of Class
org.apache.poi.xssf.usermodel.extensions.XSSFCellBorder.BorderSide
-
Packages that use XSSFCellBorder.BorderSide Package Description org.apache.poi.xssf.usermodel org.apache.poi.xssf.usermodel.extensions -
-
Uses of XSSFCellBorder.BorderSide in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel with parameters of type XSSFCellBorder.BorderSide Modifier and Type Method Description XSSFColorXSSFCellStyle. getBorderColor(XSSFCellBorder.BorderSide side)Gets border colorvoidXSSFCellStyle. setBorderColor(XSSFCellBorder.BorderSide side, XSSFColor color)Set the color to use for the selected border -
Uses of XSSFCellBorder.BorderSide in org.apache.poi.xssf.usermodel.extensions
Methods in org.apache.poi.xssf.usermodel.extensions that return XSSFCellBorder.BorderSide Modifier and Type Method Description static XSSFCellBorder.BorderSideXSSFCellBorder.BorderSide. valueOf(String name)Returns the enum constant of this type with the specified name.static XSSFCellBorder.BorderSide[]XSSFCellBorder.BorderSide. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.poi.xssf.usermodel.extensions with parameters of type XSSFCellBorder.BorderSide Modifier and Type Method Description XSSFColorXSSFCellBorder. getBorderColor(XSSFCellBorder.BorderSide side)Get the color to use for the selected borderBorderStyleXSSFCellBorder. getBorderStyle(XSSFCellBorder.BorderSide side)Get the type of border to use for the selected bordervoidXSSFCellBorder. setBorderColor(XSSFCellBorder.BorderSide side, XSSFColor color)Set the color to use for the selected bordervoidXSSFCellBorder. setBorderStyle(XSSFCellBorder.BorderSide side, BorderStyle style)Set the type of border to use for the selected border
-