Uses of Class
org.apache.poi.ss.usermodel.BorderExtent
-
Packages that use BorderExtent Package Description org.apache.poi.ss.usermodel org.apache.poi.ss.util -
-
Uses of BorderExtent in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return BorderExtent Modifier and Type Method Description static BorderExtent
BorderExtent. valueOf(String name)
Returns the enum constant of this type with the specified name.static BorderExtent[]
BorderExtent. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BorderExtent in org.apache.poi.ss.util
Methods in org.apache.poi.ss.util with parameters of type BorderExtent Modifier and Type Method Description void
PropertyTemplate. drawBorderColors(CellRangeAddress range, short color, BorderExtent extent)
Sets the color for a group of cell borders for a cell range.void
PropertyTemplate. drawBorders(CellRangeAddress range, BorderStyle borderType, short color, BorderExtent extent)
Draws a group of cell borders for a cell range.void
PropertyTemplate. drawBorders(CellRangeAddress range, BorderStyle borderType, BorderExtent extent)
Draws a group of cell borders for a cell range.
-