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

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

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

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

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

Methods in org.apache.poi.xssf.usermodel that return VerticalAlignment
 VerticalAlignment XSSFCellStyle.getVerticalAlignmentEnum()
          Get the type of vertical alignment for the cell
 

Methods in org.apache.poi.xssf.usermodel with parameters of type VerticalAlignment
 void XSSFCellStyle.setVerticalAlignment(VerticalAlignment align)
          Set the type of vertical alignment for the cell
 

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

Methods in org.apache.poi.xssf.usermodel.extensions that return VerticalAlignment
 VerticalAlignment XSSFCellAlignment.getVertical()
          Get the type of vertical alignment for the cell
 

Methods in org.apache.poi.xssf.usermodel.extensions with parameters of type VerticalAlignment
 void XSSFCellAlignment.setVertical(VerticalAlignment align)
          Set the type of vertical alignment for the cell
 



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