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

Packages that use BorderExtent
org.apache.poi.ss.usermodel   
org.apache.poi.ss.util   
 

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

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

Uses of BorderExtent in org.apache.poi.ss.util
 

Methods in org.apache.poi.ss.util with parameters of type BorderExtent
 void PropertyTemplate.drawBorderColors(CellRangeAddress range, short color, BorderExtent extent)
          Sets the color for a group of cell borders for a cell range.
 void PropertyTemplate.drawBorders(CellRangeAddress range, BorderStyle borderType, BorderExtent extent)
          Draws a group of cell borders for a cell range.
 void PropertyTemplate.drawBorders(CellRangeAddress range, BorderStyle borderType, short color, BorderExtent extent)
          Draws a group of cell borders for a cell range.
 



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