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 TypeMethodDescriptionvoidHSSFCellStyle.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 VerticalAlignmentVerticalAlignment.forInt(int code) CellStyle.getVerticalAlignment()get the type of vertical alignment for the cellCellStyle.getVerticalAlignmentEnum()Deprecated.static VerticalAlignmentReturns 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 TypeMethodDescriptionvoidCellStyle.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 voidCellUtil.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 TypeMethodDescriptionvoidXSSFCellStyle.setVerticalAlignment(VerticalAlignment align) Set the type of vertical alignment for the cellvoidXSSFSimpleShape.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 TypeMethodDescriptionvoidXSSFCellAlignment.setVertical(VerticalAlignment align) Set the type of vertical alignment for the cell
getVerticalAlignment()instead