Uses of Class
org.apache.poi.ss.usermodel.BorderStyle
-
Packages that use BorderStyle Package Description io.keikai.range.impl.imexp Keikai Spreadsheet Internal Range API Implementation classes.org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet modelorg.apache.poi.ss.usermodel org.apache.poi.ss.util org.apache.poi.xssf.usermodel -
-
Uses of BorderStyle in io.keikai.range.impl.imexp
Methods in io.keikai.range.impl.imexp that return BorderStyle Modifier and Type Method Description static BorderStyle
PoiEnumConversion. toPoiBorderType(SBorder.BorderType borderType)
Methods in io.keikai.range.impl.imexp with parameters of type BorderStyle Modifier and Type Method Description static SBorder.BorderType
PoiEnumConversion. toBorderType(BorderStyle poiBorder)
-
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. getBorderDiagonal()
BorderStyle
HSSFBorderFormatting. getBorderHorizontal()
HSSF doesn't support table borders, so alwaysNONE
BorderStyle
HSSFBorderFormatting. getBorderLeft()
BorderStyle
HSSFCellStyle. getBorderLeft()
BorderStyle
HSSFBorderFormatting. getBorderRight()
BorderStyle
HSSFCellStyle. getBorderRight()
BorderStyle
HSSFBorderFormatting. getBorderTop()
BorderStyle
HSSFCellStyle. getBorderTop()
BorderStyle
HSSFBorderFormatting. getBorderVertical()
HSSF doesn't support table borders, so alwaysNONE
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. getBorderDiagonal()
BorderStyle
DxfCellStyle. getBorderDiagonal()
get the type of border to use for the diagonal border of the cellBorderStyle
BorderFormatting. getBorderHorizontal()
Only valid for range borders, such as table stylesBorderStyle
DxfCellStyle. getBorderHorizontal()
get the type of border to use for the horizontal border of the cellBorderStyle
BorderFormatting. getBorderLeft()
BorderStyle
CellStyle. getBorderLeft()
get the type of border to use for the left border of the cellBorderStyle
BorderFormatting. getBorderRight()
BorderStyle
CellStyle. getBorderRight()
get the type of border to use for the right border of the cellBorderStyle
BorderFormatting. getBorderTop()
BorderStyle
CellStyle. getBorderTop()
get the type of border to use for the top border of the cellBorderStyle
BorderFormatting. getBorderVertical()
Only valid for range borders, such as table stylesBorderStyle
DxfCellStyle. getBorderVertical()
get the type of border to use for the vertical border of the cellstatic BorderStyle
BorderStyle. valueOf(short code)
Returns the enum constant of this type with the specified name.static BorderStyle
BorderStyle. valueOf(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
DxfCellStyle. setBorderDiagonal(BorderStyle border)
set the type of border to use for the diagonal border of the cellvoid
BorderFormatting. setBorderHorizontal(BorderStyle border)
Set range internal horizontal borders.void
DxfCellStyle. setBorderHorizontal(BorderStyle border)
set the type of border to use for the horizontal border of the cellvoid
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.void
DxfCellStyle. setBorderVertical(BorderStyle border)
set the type of border to use for the horizontal border of the cell -
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, String property)
Retrieves the border style for a given cellBorderStyle
PropertyTemplate. getBorderStyle(CellAddress cell, 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 that return BorderStyle Modifier and Type Method Description BorderStyle
XSSFDxfCellStyle. getBorderBottom()
BorderStyle
XSSFNamedStyle. getBorderBottom()
BorderStyle
XSSFDxfCellStyle. getBorderDiagonal()
BorderStyle
XSSFDxfCellStyle. getBorderHorizontal()
BorderStyle
XSSFDxfCellStyle. getBorderLeft()
BorderStyle
XSSFNamedStyle. getBorderLeft()
BorderStyle
XSSFDxfCellStyle. getBorderRight()
BorderStyle
XSSFNamedStyle. getBorderRight()
BorderStyle
XSSFDxfCellStyle. getBorderTop()
BorderStyle
XSSFNamedStyle. getBorderTop()
BorderStyle
XSSFDxfCellStyle. getBorderVertical()
Methods in org.apache.poi.xssf.usermodel with parameters of type BorderStyle Modifier and Type Method Description void
XSSFDxfCellStyle. setBorder(BorderStyle left, Color leftColor, BorderStyle top, Color topColor, BorderStyle right, Color rightColor, BorderStyle bottom, Color bottomColor, BorderStyle diagonal, Color diagonalColor, BorderStyle horizontal, Color horizontalColor, BorderStyle vertical, Color verticalColor, boolean diaUp, boolean diaDown)
void
XSSFDxfCellStyle. setBorderBottom(BorderStyle border)
void
XSSFNamedStyle. setBorderBottom(BorderStyle border)
void
XSSFDxfCellStyle. setBorderDiagonal(BorderStyle border)
void
XSSFDxfCellStyle. setBorderHorizontal(BorderStyle border)
void
XSSFDxfCellStyle. setBorderLeft(BorderStyle border)
void
XSSFNamedStyle. setBorderLeft(BorderStyle border)
void
XSSFDxfCellStyle. setBorderRight(BorderStyle border)
void
XSSFNamedStyle. setBorderRight(BorderStyle border)
void
XSSFDxfCellStyle. setBorderTop(BorderStyle border)
void
XSSFNamedStyle. setBorderTop(BorderStyle border)
void
XSSFDxfCellStyle. setBorderVertical(BorderStyle border)
-