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

Packages that use VerticalAlignment
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
org.apache.poi.ss.usermodel   
org.apache.poi.ss.util   
org.apache.poi.xssf.usermodel   
org.apache.poi.xssf.usermodel.extensions   
 

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

Methods in org.apache.poi.hssf.usermodel that return VerticalAlignment
 VerticalAlignment HSSFCellStyle.getVerticalAlignmentEnum()
          get the type of vertical alignment for the cell
 

Methods in org.apache.poi.hssf.usermodel with parameters of type VerticalAlignment
 void HSSFCellStyle.setVerticalAlignment(VerticalAlignment align)
          set the type of vertical alignment for the cell
 

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

Methods in org.apache.poi.ss.usermodel that return VerticalAlignment
static VerticalAlignment VerticalAlignment.forInt(int code)
           
 VerticalAlignment CellStyle.getVerticalAlignmentEnum()
          get the type of vertical alignment for the cell
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.
 

Methods in org.apache.poi.ss.usermodel with parameters of type VerticalAlignment
 void CellStyle.setVerticalAlignment(VerticalAlignment align)
          set the type of vertical alignment for the cell
 

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

Methods in org.apache.poi.ss.util with parameters of type VerticalAlignment
static void CellUtil.setVerticalAlignment(Cell cell, VerticalAlignment align)
          Take a cell, and vertically align it.
 

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

Methods in org.apache.poi.xssf.usermodel that return VerticalAlignment
 VerticalAlignment XSSFSimpleShape.getVerticalAlignment()
          Returns the type of vertical alignment for the text within the shape.
 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
 void XSSFSimpleShape.setVerticalAlignment(VerticalAlignment anchor)
          Sets the type of vertical alignment for the text within the shape.
 

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 2017 The Apache Software Foundation or its licensors, as applicable.