Uses of Class
org.apache.poi.ss.usermodel.BorderStyle
-
Packages that use BorderStyle Package Description org.apache.poi.hssf.converter org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet modelorg.apache.poi.ss.usermodel org.apache.poi.ss.util org.apache.poi.xssf.usermodel org.apache.poi.xssf.usermodel.extensions -
-
Uses of BorderStyle in org.apache.poi.hssf.converter
Methods in org.apache.poi.hssf.converter with parameters of type BorderStyle Modifier and Type Method Description static java.lang.String
AbstractExcelUtils. getBorderStyle(BorderStyle xlsBorder)
static java.lang.String
AbstractExcelUtils. getBorderWidth(BorderStyle xlsBorder)
protected void
ExcelToFoConverter. processCellStyleBorder(HSSFWorkbook workbook, org.w3c.dom.Element cellTarget, java.lang.String type, BorderStyle xlsBorder, short borderColor)
-
Uses of BorderStyle in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return BorderStyle Modifier and Type Method Description BorderStyle
HSSFBorderFormatting. getBorderBottom()
BorderStyle
HSSFCellStyle. getBorderBottom()
BorderStyle
HSSFBorderFormatting. getBorderBottomEnum()
BorderStyle
HSSFCellStyle. getBorderBottomEnum()
BorderStyle
HSSFBorderFormatting. getBorderDiagonal()
BorderStyle
HSSFBorderFormatting. getBorderDiagonalEnum()
BorderStyle
HSSFBorderFormatting. getBorderHorizontal()
HSSF doesn't support table borders, so alwaysNONE
BorderStyle
HSSFBorderFormatting. getBorderHorizontalEnum()
Deprecated.BorderStyle
HSSFBorderFormatting. getBorderLeft()
BorderStyle
HSSFCellStyle. getBorderLeft()
BorderStyle
HSSFBorderFormatting. getBorderLeftEnum()
BorderStyle
HSSFCellStyle. getBorderLeftEnum()
BorderStyle
HSSFBorderFormatting. getBorderRight()
BorderStyle
HSSFCellStyle. getBorderRight()
BorderStyle
HSSFBorderFormatting. getBorderRightEnum()
BorderStyle
HSSFCellStyle. getBorderRightEnum()
BorderStyle
HSSFBorderFormatting. getBorderTop()
BorderStyle
HSSFCellStyle. getBorderTop()
BorderStyle
HSSFBorderFormatting. getBorderTopEnum()
BorderStyle
HSSFCellStyle. getBorderTopEnum()
BorderStyle
HSSFBorderFormatting. getBorderVertical()
HSSF doesn't support table borders, so alwaysNONE
BorderStyle
HSSFBorderFormatting. getBorderVerticalEnum()
Deprecated.Methods in org.apache.poi.hssf.usermodel with parameters of type BorderStyle Modifier and Type Method Description void
HSSFBorderFormatting. setBorderBottom(BorderStyle border)
void
HSSFCellStyle. setBorderBottom(BorderStyle border)
set the type of border to use for the bottom border of the cellvoid
HSSFBorderFormatting. setBorderDiagonal(BorderStyle border)
void
HSSFBorderFormatting. setBorderHorizontal(BorderStyle border)
Not available for HSSF.void
HSSFBorderFormatting. setBorderLeft(BorderStyle border)
void
HSSFCellStyle. setBorderLeft(BorderStyle border)
set the type of border to use for the left border of the cellvoid
HSSFBorderFormatting. setBorderRight(BorderStyle border)
void
HSSFCellStyle. setBorderRight(BorderStyle border)
set the type of border to use for the right border of the cellvoid
HSSFBorderFormatting. setBorderTop(BorderStyle border)
void
HSSFCellStyle. setBorderTop(BorderStyle border)
set the type of border to use for the top border of the cellvoid
HSSFBorderFormatting. setBorderVertical(BorderStyle border)
Not available for HSSF. -
Uses of BorderStyle in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return BorderStyle Modifier and Type Method Description BorderStyle
BorderFormatting. getBorderBottom()
BorderStyle
CellStyle. getBorderBottom()
get the type of border to use for the bottom border of the cellBorderStyle
BorderFormatting. getBorderBottomEnum()
Deprecated.usegetBorderBottom
insteadBorderStyle
CellStyle. getBorderBottomEnum()
Deprecated.usegetBorderBottom()
insteadBorderStyle
BorderFormatting. getBorderDiagonal()
BorderStyle
BorderFormatting. getBorderDiagonalEnum()
Deprecated.usegetBorderDiagonal
insteadBorderStyle
BorderFormatting. getBorderHorizontal()
Only valid for range borders, such as table stylesBorderStyle
BorderFormatting. getBorderHorizontalEnum()
Deprecated.usegetBorderHorizontal
insteadBorderStyle
BorderFormatting. getBorderLeft()
BorderStyle
CellStyle. getBorderLeft()
get the type of border to use for the left border of the cellBorderStyle
BorderFormatting. getBorderLeftEnum()
Deprecated.usegetBorderLeft
insteadBorderStyle
CellStyle. getBorderLeftEnum()
Deprecated.usegetBorderLeft()
insteadBorderStyle
BorderFormatting. getBorderRight()
BorderStyle
CellStyle. getBorderRight()
get the type of border to use for the right border of the cellBorderStyle
BorderFormatting. getBorderRightEnum()
Deprecated.usegetBorderRight
insteadBorderStyle
CellStyle. getBorderRightEnum()
Deprecated.usegetBorderRight()
insteadBorderStyle
BorderFormatting. getBorderTop()
BorderStyle
CellStyle. getBorderTop()
get the type of border to use for the top border of the cellBorderStyle
BorderFormatting. getBorderTopEnum()
Deprecated.usegetBorderTop
insteadBorderStyle
CellStyle. getBorderTopEnum()
Deprecated.usegetBorderTop()
insteadBorderStyle
BorderFormatting. getBorderVertical()
Only valid for range borders, such as table stylesBorderStyle
BorderFormatting. getBorderVerticalEnum()
Deprecated.usegetBorderVertical
insteadstatic BorderStyle
BorderStyle. valueOf(short code)
Returns the enum constant of this type with the specified name.static BorderStyle
BorderStyle. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BorderStyle[]
BorderStyle. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.poi.ss.usermodel with parameters of type BorderStyle Modifier and Type Method Description void
BorderFormatting. setBorderBottom(BorderStyle border)
Set bottom border.void
CellStyle. setBorderBottom(BorderStyle border)
set the type of border to use for the bottom border of the cellvoid
BorderFormatting. setBorderDiagonal(BorderStyle border)
Set diagonal border.void
BorderFormatting. setBorderHorizontal(BorderStyle border)
Set range internal horizontal borders.void
BorderFormatting. setBorderLeft(BorderStyle border)
Set left border.void
CellStyle. setBorderLeft(BorderStyle border)
set the type of border to use for the left border of the cellvoid
BorderFormatting. setBorderRight(BorderStyle border)
Set right border.void
CellStyle. setBorderRight(BorderStyle border)
set the type of border to use for the right border of the cellvoid
BorderFormatting. setBorderTop(BorderStyle border)
Set top border.void
CellStyle. setBorderTop(BorderStyle border)
set the type of border to use for the top border of the cellvoid
BorderFormatting. setBorderVertical(BorderStyle border)
Set range internal vertical borders. -
Uses of BorderStyle in org.apache.poi.ss.util
Methods in org.apache.poi.ss.util that return BorderStyle Modifier and Type Method Description BorderStyle
PropertyTemplate. getBorderStyle(int row, int col, java.lang.String property)
Retrieves the border style for a given cellBorderStyle
PropertyTemplate. getBorderStyle(CellAddress cell, java.lang.String property)
Retrieves the border style for a given cellMethods in org.apache.poi.ss.util with parameters of type BorderStyle Modifier and Type Method Description 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.static void
RegionUtil. setBorderBottom(BorderStyle border, CellRangeAddress region, Sheet sheet)
Sets the bottom border style for a region of cells by manipulating the cell style of the individual cells on the bottomstatic void
RegionUtil. setBorderLeft(BorderStyle border, CellRangeAddress region, Sheet sheet)
Sets the left border style for a region of cells by manipulating the cell style of the individual cells on the leftstatic void
RegionUtil. setBorderRight(BorderStyle border, CellRangeAddress region, Sheet sheet)
Sets the right border style for a region of cells by manipulating the cell style of the individual cells on the rightstatic void
RegionUtil. setBorderTop(BorderStyle border, CellRangeAddress region, Sheet sheet)
Sets the top border style for a region of cells by manipulating the cell style of the individual cells on the top -
Uses of BorderStyle in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel with parameters of type BorderStyle Modifier and Type Method Description void
XSSFBorderFormatting. setBorderBottom(BorderStyle border)
void
XSSFCellStyle. setBorderBottom(BorderStyle border)
Set the type of border to use for the bottom border of the cellvoid
XSSFBorderFormatting. setBorderDiagonal(BorderStyle border)
void
XSSFBorderFormatting. setBorderHorizontal(BorderStyle border)
void
XSSFBorderFormatting. setBorderLeft(BorderStyle border)
void
XSSFCellStyle. setBorderLeft(BorderStyle border)
Set the type of border to use for the left border of the cellvoid
XSSFBorderFormatting. setBorderRight(BorderStyle border)
void
XSSFCellStyle. setBorderRight(BorderStyle border)
Set the type of border to use for the right border of the cellvoid
XSSFBorderFormatting. setBorderTop(BorderStyle border)
void
XSSFCellStyle. setBorderTop(BorderStyle border)
Set the type of border to use for the top border of the cellvoid
XSSFBorderFormatting. setBorderVertical(BorderStyle border)
-
Uses of BorderStyle in org.apache.poi.xssf.usermodel.extensions
Methods in org.apache.poi.xssf.usermodel.extensions that return BorderStyle Modifier and Type Method Description BorderStyle
XSSFCellBorder. getBorderStyle(XSSFCellBorder.BorderSide side)
Get the type of border to use for the selected borderMethods in org.apache.poi.xssf.usermodel.extensions with parameters of type BorderStyle Modifier and Type Method Description void
XSSFCellBorder. setBorderStyle(XSSFCellBorder.BorderSide side, BorderStyle style)
Set the type of border to use for the selected border
-