Uses of Enum Class
org.apache.poi.ss.usermodel.VerticalAlignment
Packages that use VerticalAlignment
Package
Description
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
-
Uses of VerticalAlignment in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return VerticalAlignmentModifier and TypeMethodDescriptionHSSFCellStyle.getVerticalAlignment()
HSSFCellStyle.getVerticalAlignmentEnum()
Methods in org.apache.poi.hssf.usermodel with parameters of type VerticalAlignmentModifier and TypeMethodDescriptionvoid
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 VerticalAlignmentModifier and TypeMethodDescriptionstatic VerticalAlignment
VerticalAlignment.forInt
(int code) CellStyle.getVerticalAlignment()
get the type of vertical alignment for the cellCellStyle.getVerticalAlignmentEnum()
Deprecated.static VerticalAlignment
Returns the enum constant of this class with the specified name.static VerticalAlignment[]
VerticalAlignment.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.ss.usermodel with parameters of type VerticalAlignmentModifier and TypeMethodDescriptionvoid
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 VerticalAlignmentModifier and TypeMethodDescriptionstatic 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 VerticalAlignmentModifier and TypeMethodDescriptionXSSFCellStyle.getVerticalAlignment()
XSSFSimpleShape.getVerticalAlignment()
Returns the type of vertical alignment for the text within the shape.XSSFCellStyle.getVerticalAlignmentEnum()
Methods in org.apache.poi.xssf.usermodel with parameters of type VerticalAlignmentModifier and TypeMethodDescriptionvoid
XSSFCellStyle.setVerticalAlignment
(VerticalAlignment align) Set the type of vertical alignment for the cellvoid
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 VerticalAlignmentModifier and TypeMethodDescriptionXSSFCellAlignment.getVertical()
Get the type of vertical alignment for the cellMethods in org.apache.poi.xssf.usermodel.extensions with parameters of type VerticalAlignmentModifier and TypeMethodDescriptionvoid
XSSFCellAlignment.setVertical
(VerticalAlignment align) Set the type of vertical alignment for the cell
getVerticalAlignment()
instead