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 BorderStylePoiEnumConversion. toPoiBorderType(SBorder.BorderType borderType)Methods in io.keikai.range.impl.imexp with parameters of type BorderStyle Modifier and Type Method Description static SBorder.BorderTypePoiEnumConversion. 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 BorderStyleHSSFBorderFormatting. getBorderBottom()BorderStyleHSSFCellStyle. getBorderBottom()BorderStyleHSSFBorderFormatting. getBorderDiagonal()BorderStyleHSSFBorderFormatting. getBorderHorizontal()HSSF doesn't support table borders, so alwaysNONEBorderStyleHSSFBorderFormatting. getBorderLeft()BorderStyleHSSFCellStyle. getBorderLeft()BorderStyleHSSFBorderFormatting. getBorderRight()BorderStyleHSSFCellStyle. getBorderRight()BorderStyleHSSFBorderFormatting. getBorderTop()BorderStyleHSSFCellStyle. getBorderTop()BorderStyleHSSFBorderFormatting. getBorderVertical()HSSF doesn't support table borders, so alwaysNONEMethods 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. getBorderDiagonal()BorderStyleDxfCellStyle. getBorderDiagonal()get the type of border to use for the diagonal border of the cellBorderStyleBorderFormatting. getBorderHorizontal()Only valid for range borders, such as table stylesBorderStyleDxfCellStyle. getBorderHorizontal()get the type of border to use for the horizontal border of the cellBorderStyleBorderFormatting. getBorderLeft()BorderStyleCellStyle. getBorderLeft()get the type of border to use for the left border of the cellBorderStyleBorderFormatting. getBorderRight()BorderStyleCellStyle. getBorderRight()get the type of border to use for the right border of the cellBorderStyleBorderFormatting. getBorderTop()BorderStyleCellStyle. getBorderTop()get the type of border to use for the top border of the cellBorderStyleBorderFormatting. getBorderVertical()Only valid for range borders, such as table stylesBorderStyleDxfCellStyle. getBorderVertical()get the type of border to use for the vertical border of the cellstatic BorderStyleBorderStyle. valueOf(short code)Returns the enum constant of this type with the specified name.static BorderStyleBorderStyle. 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 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.voidDxfCellStyle. setBorderDiagonal(BorderStyle border)set the type of border to use for the diagonal border of the cellvoidBorderFormatting. setBorderHorizontal(BorderStyle border)Set range internal horizontal borders.voidDxfCellStyle. setBorderHorizontal(BorderStyle border)set the type of border to use for the horizontal border of the cellvoidBorderFormatting. 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.voidDxfCellStyle. 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 BorderStylePropertyTemplate. getBorderStyle(int row, int col, String property)Retrieves the border style for a given cellBorderStylePropertyTemplate. 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 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 that return BorderStyle Modifier and Type Method Description BorderStyleXSSFDxfCellStyle. getBorderBottom()BorderStyleXSSFNamedStyle. getBorderBottom()BorderStyleXSSFDxfCellStyle. getBorderDiagonal()BorderStyleXSSFDxfCellStyle. getBorderHorizontal()BorderStyleXSSFDxfCellStyle. getBorderLeft()BorderStyleXSSFNamedStyle. getBorderLeft()BorderStyleXSSFDxfCellStyle. getBorderRight()BorderStyleXSSFNamedStyle. getBorderRight()BorderStyleXSSFDxfCellStyle. getBorderTop()BorderStyleXSSFNamedStyle. getBorderTop()BorderStyleXSSFDxfCellStyle. getBorderVertical()Methods in org.apache.poi.xssf.usermodel with parameters of type BorderStyle Modifier and Type Method Description voidXSSFDxfCellStyle. 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)voidXSSFDxfCellStyle. setBorderBottom(BorderStyle border)voidXSSFNamedStyle. setBorderBottom(BorderStyle border)voidXSSFDxfCellStyle. setBorderDiagonal(BorderStyle border)voidXSSFDxfCellStyle. setBorderHorizontal(BorderStyle border)voidXSSFDxfCellStyle. setBorderLeft(BorderStyle border)voidXSSFNamedStyle. setBorderLeft(BorderStyle border)voidXSSFDxfCellStyle. setBorderRight(BorderStyle border)voidXSSFNamedStyle. setBorderRight(BorderStyle border)voidXSSFDxfCellStyle. setBorderTop(BorderStyle border)voidXSSFNamedStyle. setBorderTop(BorderStyle border)voidXSSFDxfCellStyle. setBorderVertical(BorderStyle border)
-