Uses of Enum Class
org.apache.poi.xssf.usermodel.extensions.XSSFCellBorder.BorderSide
Packages that use XSSFCellBorder.BorderSide
-
Uses of XSSFCellBorder.BorderSide in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel with parameters of type XSSFCellBorder.BorderSideModifier and TypeMethodDescriptionXSSFCellStyle.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.BorderSideModifier and TypeMethodDescriptionstatic XSSFCellBorder.BorderSideReturns the enum constant of this class with the specified name.static XSSFCellBorder.BorderSide[]XSSFCellBorder.BorderSide.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.xssf.usermodel.extensions with parameters of type XSSFCellBorder.BorderSideModifier and TypeMethodDescriptionXSSFCellBorder.getBorderColor(XSSFCellBorder.BorderSide side) Get the color to use for the selected borderXSSFCellBorder.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