Uses of Class
org.apache.poi.xssf.usermodel.extensions.XSSFCellBorder.BorderSide

Packages that use XSSFCellBorder.BorderSide
org.apache.poi.xssf.usermodel   
org.apache.poi.xssf.usermodel.extensions   
 

Uses of XSSFCellBorder.BorderSide in org.apache.poi.xssf.usermodel
 

Methods in org.apache.poi.xssf.usermodel with parameters of type XSSFCellBorder.BorderSide
 XSSFColor XSSFCellStyle.getBorderColor(XSSFCellBorder.BorderSide side)
          Gets border color
 void XSSFCellStyle.setBorderColor(XSSFCellBorder.BorderSide side, XSSFColor color)
          Set the color to use for the selected border
 

Uses of XSSFCellBorder.BorderSide in org.apache.poi.xssf.usermodel.extensions
 

Methods in org.apache.poi.xssf.usermodel.extensions that return XSSFCellBorder.BorderSide
static XSSFCellBorder.BorderSide XSSFCellBorder.BorderSide.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static XSSFCellBorder.BorderSide[] XSSFCellBorder.BorderSide.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.poi.xssf.usermodel.extensions with parameters of type XSSFCellBorder.BorderSide
 XSSFColor XSSFCellBorder.getBorderColor(XSSFCellBorder.BorderSide side)
          Get the color to use for the selected border
 BorderStyle XSSFCellBorder.getBorderStyle(XSSFCellBorder.BorderSide side)
          Get the type of border to use for the selected border
 void XSSFCellBorder.setBorderColor(XSSFCellBorder.BorderSide side, XSSFColor color)
          Set the color to use for the selected border
 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.