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.StringAbstractExcelUtils. getBorderStyle(BorderStyle xlsBorder)static java.lang.StringAbstractExcelUtils. getBorderWidth(BorderStyle xlsBorder)protected voidExcelToFoConverter. 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 BorderStyleHSSFBorderFormatting. getBorderBottom()BorderStyleHSSFCellStyle. getBorderBottom()BorderStyleHSSFBorderFormatting. getBorderBottomEnum()BorderStyleHSSFCellStyle. getBorderBottomEnum()BorderStyleHSSFBorderFormatting. getBorderDiagonal()BorderStyleHSSFBorderFormatting. getBorderDiagonalEnum()BorderStyleHSSFBorderFormatting. getBorderHorizontal()HSSF doesn't support table borders, so alwaysNONEBorderStyleHSSFBorderFormatting. getBorderHorizontalEnum()Deprecated.BorderStyleHSSFBorderFormatting. getBorderLeft()BorderStyleHSSFCellStyle. getBorderLeft()BorderStyleHSSFBorderFormatting. getBorderLeftEnum()BorderStyleHSSFCellStyle. getBorderLeftEnum()BorderStyleHSSFBorderFormatting. getBorderRight()BorderStyleHSSFCellStyle. getBorderRight()BorderStyleHSSFBorderFormatting. getBorderRightEnum()BorderStyleHSSFCellStyle. getBorderRightEnum()BorderStyleHSSFBorderFormatting. getBorderTop()BorderStyleHSSFCellStyle. getBorderTop()BorderStyleHSSFBorderFormatting. getBorderTopEnum()BorderStyleHSSFCellStyle. getBorderTopEnum()BorderStyleHSSFBorderFormatting. getBorderVertical()HSSF doesn't support table borders, so alwaysNONEBorderStyleHSSFBorderFormatting. getBorderVerticalEnum()Deprecated.Methods in org.apache.poi.hssf.usermodel with parameters of type BorderStyle Modifier and Type Method Description voidHSSFBorderFormatting. setBorderBottom(BorderStyle border)voidHSSFCellStyle. setBorderBottom(BorderStyle border)set the type of border to use for the bottom border of the cellvoidHSSFBorderFormatting. setBorderDiagonal(BorderStyle border)voidHSSFBorderFormatting. setBorderHorizontal(BorderStyle border)Not available for HSSF.voidHSSFBorderFormatting. setBorderLeft(BorderStyle border)voidHSSFCellStyle. setBorderLeft(BorderStyle border)set the type of border to use for the left border of the cellvoidHSSFBorderFormatting. setBorderRight(BorderStyle border)voidHSSFCellStyle. setBorderRight(BorderStyle border)set the type of border to use for the right border of the cellvoidHSSFBorderFormatting. setBorderTop(BorderStyle border)voidHSSFCellStyle. setBorderTop(BorderStyle border)set the type of border to use for the top border of the cellvoidHSSFBorderFormatting. 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 BorderStyleBorderFormatting. getBorderBottom()BorderStyleCellStyle. getBorderBottom()get the type of border to use for the bottom border of the cellBorderStyleBorderFormatting. getBorderBottomEnum()Deprecated.usegetBorderBottominsteadBorderStyleCellStyle. getBorderBottomEnum()Deprecated.usegetBorderBottom()insteadBorderStyleBorderFormatting. getBorderDiagonal()BorderStyleBorderFormatting. getBorderDiagonalEnum()Deprecated.usegetBorderDiagonalinsteadBorderStyleBorderFormatting. getBorderHorizontal()Only valid for range borders, such as table stylesBorderStyleBorderFormatting. getBorderHorizontalEnum()Deprecated.usegetBorderHorizontalinsteadBorderStyleBorderFormatting. getBorderLeft()BorderStyleCellStyle. getBorderLeft()get the type of border to use for the left border of the cellBorderStyleBorderFormatting. getBorderLeftEnum()Deprecated.usegetBorderLeftinsteadBorderStyleCellStyle. getBorderLeftEnum()Deprecated.usegetBorderLeft()insteadBorderStyleBorderFormatting. getBorderRight()BorderStyleCellStyle. getBorderRight()get the type of border to use for the right border of the cellBorderStyleBorderFormatting. getBorderRightEnum()Deprecated.usegetBorderRightinsteadBorderStyleCellStyle. getBorderRightEnum()Deprecated.usegetBorderRight()insteadBorderStyleBorderFormatting. getBorderTop()BorderStyleCellStyle. getBorderTop()get the type of border to use for the top border of the cellBorderStyleBorderFormatting. getBorderTopEnum()Deprecated.usegetBorderTopinsteadBorderStyleCellStyle. getBorderTopEnum()Deprecated.usegetBorderTop()insteadBorderStyleBorderFormatting. getBorderVertical()Only valid for range borders, such as table stylesBorderStyleBorderFormatting. getBorderVerticalEnum()Deprecated.usegetBorderVerticalinsteadstatic BorderStyleBorderStyle. valueOf(short code)Returns the enum constant of this type with the specified name.static BorderStyleBorderStyle. 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 voidBorderFormatting. setBorderBottom(BorderStyle border)Set bottom border.voidCellStyle. setBorderBottom(BorderStyle border)set the type of border to use for the bottom border of the cellvoidBorderFormatting. setBorderDiagonal(BorderStyle border)Set diagonal border.voidBorderFormatting. setBorderHorizontal(BorderStyle border)Set range internal horizontal borders.voidBorderFormatting. setBorderLeft(BorderStyle border)Set left border.voidCellStyle. setBorderLeft(BorderStyle border)set the type of border to use for the left border of the cellvoidBorderFormatting. setBorderRight(BorderStyle border)Set right border.voidCellStyle. setBorderRight(BorderStyle border)set the type of border to use for the right border of the cellvoidBorderFormatting. setBorderTop(BorderStyle border)Set top border.voidCellStyle. setBorderTop(BorderStyle border)set the type of border to use for the top border of the cellvoidBorderFormatting. 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 BorderStylePropertyTemplate. getBorderStyle(int row, int col, java.lang.String property)Retrieves the border style for a given cellBorderStylePropertyTemplate. 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 voidPropertyTemplate. drawBorders(CellRangeAddress range, BorderStyle borderType, short color, BorderExtent extent)Draws a group of cell borders for a cell range.voidPropertyTemplate. drawBorders(CellRangeAddress range, BorderStyle borderType, BorderExtent extent)Draws a group of cell borders for a cell range.static voidRegionUtil. 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 voidRegionUtil. 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 voidRegionUtil. 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 voidRegionUtil. 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 voidXSSFBorderFormatting. setBorderBottom(BorderStyle border)voidXSSFCellStyle. setBorderBottom(BorderStyle border)Set the type of border to use for the bottom border of the cellvoidXSSFBorderFormatting. setBorderDiagonal(BorderStyle border)voidXSSFBorderFormatting. setBorderHorizontal(BorderStyle border)voidXSSFBorderFormatting. setBorderLeft(BorderStyle border)voidXSSFCellStyle. setBorderLeft(BorderStyle border)Set the type of border to use for the left border of the cellvoidXSSFBorderFormatting. setBorderRight(BorderStyle border)voidXSSFCellStyle. setBorderRight(BorderStyle border)Set the type of border to use for the right border of the cellvoidXSSFBorderFormatting. setBorderTop(BorderStyle border)voidXSSFCellStyle. setBorderTop(BorderStyle border)Set the type of border to use for the top border of the cellvoidXSSFBorderFormatting. 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 BorderStyleXSSFCellBorder. 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 voidXSSFCellBorder. setBorderStyle(XSSFCellBorder.BorderSide side, BorderStyle style)Set the type of border to use for the selected border
-