Uses of Class
org.apache.poi.ss.usermodel.BorderStyle

Packages that use BorderStyle
org.apache.poi.ss.usermodel   
org.apache.poi.xssf.usermodel   
org.apache.poi.xssf.usermodel.extensions   
 

Uses of BorderStyle in org.apache.poi.ss.usermodel
 

Methods in org.apache.poi.ss.usermodel that return BorderStyle
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.
 

Uses of BorderStyle in org.apache.poi.xssf.usermodel
 

Methods in org.apache.poi.xssf.usermodel that return BorderStyle
 BorderStyle XSSFCellStyle.getBorderBottomEnum()
          Get the type of border to use for the bottom border of the cell
 BorderStyle XSSFCellStyle.getBorderLeftEnum()
          Get the type of border to use for the left border of the cell
 BorderStyle XSSFCellStyle.getBorderRightEnum()
          Get the type of border to use for the right border of the cell
 BorderStyle XSSFCellStyle.getBorderTopEnum()
          Get the type of border to use for the top border of the cell
 

Methods in org.apache.poi.xssf.usermodel with parameters of type BorderStyle
 void XSSFCellStyle.setBorderBottom(BorderStyle border)
          Set the type of border to use for the bottom border of the cell
 void XSSFCellStyle.setBorderLeft(BorderStyle border)
          Set the type of border to use for the left border of the cell
 void XSSFCellStyle.setBorderRight(BorderStyle border)
          Set the type of border to use for the right border of the cell
 void XSSFCellStyle.setBorderTop(BorderStyle border)
          Set the type of border to use for the top border of the cell
 

Uses of BorderStyle in org.apache.poi.xssf.usermodel.extensions
 

Methods in org.apache.poi.xssf.usermodel.extensions that return BorderStyle
 BorderStyle XSSFCellBorder.getBorderStyle(XSSFCellBorder.BorderSide side)
          Get the type of border to use for the selected border
 

Methods in org.apache.poi.xssf.usermodel.extensions with parameters of type BorderStyle
 void XSSFCellBorder.setBorderStyle(XSSFCellBorder.BorderSide side, BorderStyle style)
          Set the type of border to use for the selected border
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.