Uses of Enum Class
org.apache.poi.ss.usermodel.BorderExtent
Packages that use BorderExtent
-
Uses of BorderExtent in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return BorderExtentModifier and TypeMethodDescriptionstatic BorderExtent
Returns the enum constant of this class with the specified name.static BorderExtent[]
BorderExtent.values()
Returns an array containing the constants of this enum class, 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 BorderExtentModifier and TypeMethodDescriptionvoid
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.