Uses of Enum Class
org.apache.poi.ss.usermodel.BorderStyle
Packages that use BorderStyle
Package
Description
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
-
Uses of BorderStyle in org.apache.poi.hssf.converter
Methods in org.apache.poi.hssf.converter with parameters of type BorderStyleModifier and TypeMethodDescriptionstatic StringAbstractExcelUtils.getBorderStyle(BorderStyle xlsBorder) static StringAbstractExcelUtils.getBorderWidth(BorderStyle xlsBorder) protected voidExcelToFoConverter.processCellStyleBorder(HSSFWorkbook workbook, Element cellTarget, String type, BorderStyle xlsBorder, short borderColor) -
Uses of BorderStyle in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return BorderStyleModifier and TypeMethodDescriptionHSSFBorderFormatting.getBorderBottom()HSSFCellStyle.getBorderBottom()HSSFBorderFormatting.getBorderBottomEnum()HSSFCellStyle.getBorderBottomEnum()HSSFBorderFormatting.getBorderDiagonal()HSSFBorderFormatting.getBorderDiagonalEnum()HSSFBorderFormatting.getBorderHorizontal()HSSF doesn't support table borders, so alwaysNONEHSSFBorderFormatting.getBorderHorizontalEnum()Deprecated.HSSFBorderFormatting.getBorderLeft()HSSFCellStyle.getBorderLeft()HSSFBorderFormatting.getBorderLeftEnum()HSSFCellStyle.getBorderLeftEnum()HSSFBorderFormatting.getBorderRight()HSSFCellStyle.getBorderRight()HSSFBorderFormatting.getBorderRightEnum()HSSFCellStyle.getBorderRightEnum()HSSFBorderFormatting.getBorderTop()HSSFCellStyle.getBorderTop()HSSFBorderFormatting.getBorderTopEnum()HSSFCellStyle.getBorderTopEnum()HSSFBorderFormatting.getBorderVertical()HSSF doesn't support table borders, so alwaysNONEHSSFBorderFormatting.getBorderVerticalEnum()Deprecated.Methods in org.apache.poi.hssf.usermodel with parameters of type BorderStyleModifier and TypeMethodDescriptionvoidHSSFBorderFormatting.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 BorderStyleModifier and TypeMethodDescriptionBorderFormatting.getBorderBottom()CellStyle.getBorderBottom()get the type of border to use for the bottom border of the cellBorderFormatting.getBorderBottomEnum()Deprecated.CellStyle.getBorderBottomEnum()Deprecated.usegetBorderBottom()insteadBorderFormatting.getBorderDiagonal()BorderFormatting.getBorderDiagonalEnum()Deprecated.usegetBorderDiagonalinsteadBorderFormatting.getBorderHorizontal()Only valid for range borders, such as table stylesBorderFormatting.getBorderHorizontalEnum()Deprecated.usegetBorderHorizontalinsteadBorderFormatting.getBorderLeft()CellStyle.getBorderLeft()get the type of border to use for the left border of the cellBorderFormatting.getBorderLeftEnum()Deprecated.usegetBorderLeftinsteadCellStyle.getBorderLeftEnum()Deprecated.usegetBorderLeft()insteadBorderFormatting.getBorderRight()CellStyle.getBorderRight()get the type of border to use for the right border of the cellBorderFormatting.getBorderRightEnum()Deprecated.usegetBorderRightinsteadCellStyle.getBorderRightEnum()Deprecated.usegetBorderRight()insteadBorderFormatting.getBorderTop()CellStyle.getBorderTop()get the type of border to use for the top border of the cellBorderFormatting.getBorderTopEnum()Deprecated.usegetBorderTopinsteadCellStyle.getBorderTopEnum()Deprecated.usegetBorderTop()insteadBorderFormatting.getBorderVertical()Only valid for range borders, such as table stylesBorderFormatting.getBorderVerticalEnum()Deprecated.usegetBorderVerticalinsteadstatic BorderStyleBorderStyle.valueOf(short code) Returns the enum constant of this class with the specified name.static BorderStyleReturns the enum constant of this class with the specified name.static BorderStyle[]BorderStyle.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.ss.usermodel with parameters of type BorderStyleModifier and TypeMethodDescriptionvoidBorderFormatting.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 BorderStyleModifier and TypeMethodDescriptionPropertyTemplate.getBorderStyle(int row, int col, String property) Retrieves the border style for a given cellPropertyTemplate.getBorderStyle(CellAddress cell, String property) Retrieves the border style for a given cellMethods in org.apache.poi.ss.util with parameters of type BorderStyleModifier and TypeMethodDescriptionvoidPropertyTemplate.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 that return BorderStyleModifier and TypeMethodDescriptionXSSFBorderFormatting.getBorderBottom()XSSFCellStyle.getBorderBottom()XSSFBorderFormatting.getBorderBottomEnum()XSSFCellStyle.getBorderBottomEnum()XSSFBorderFormatting.getBorderDiagonal()XSSFBorderFormatting.getBorderDiagonalEnum()XSSFBorderFormatting.getBorderHorizontal()XSSFBorderFormatting.getBorderHorizontalEnum()XSSFBorderFormatting.getBorderLeft()XSSFCellStyle.getBorderLeft()XSSFBorderFormatting.getBorderLeftEnum()XSSFCellStyle.getBorderLeftEnum()XSSFBorderFormatting.getBorderRight()XSSFCellStyle.getBorderRight()XSSFBorderFormatting.getBorderRightEnum()XSSFCellStyle.getBorderRightEnum()XSSFBorderFormatting.getBorderTop()XSSFCellStyle.getBorderTop()XSSFBorderFormatting.getBorderTopEnum()XSSFCellStyle.getBorderTopEnum()XSSFBorderFormatting.getBorderVertical()XSSFBorderFormatting.getBorderVerticalEnum()Methods in org.apache.poi.xssf.usermodel with parameters of type BorderStyleModifier and TypeMethodDescriptionvoidXSSFBorderFormatting.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 BorderStyleModifier and TypeMethodDescriptionXSSFCellBorder.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 BorderStyleModifier and TypeMethodDescriptionvoidXSSFCellBorder.setBorderStyle(XSSFCellBorder.BorderSide side, BorderStyle style) Set the type of border to use for the selected border
getBorderBottominstead