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

Packages that use FillPatternType
org.apache.poi.ss.usermodel   
org.apache.poi.xssf.usermodel   
 

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

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

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

Methods in org.apache.poi.xssf.usermodel that return FillPatternType
 FillPatternType XSSFCellStyle.getFillPatternEnum()
          Get the fill pattern
 

Methods in org.apache.poi.xssf.usermodel with parameters of type FillPatternType
 void XSSFCellStyle.setFillPattern(FillPatternType ptrn)
          This element is used to specify cell fill information for pattern and solid color cell fills.
 



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