Uses of Class
org.apache.poi.ss.usermodel.VerticalAlignment
-
Packages that use VerticalAlignment Package Description org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet modelorg.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 Modifier and Type Method Description VerticalAlignmentHSSFCellStyle. getVerticalAlignment()VerticalAlignmentHSSFCellStyle. getVerticalAlignmentEnum()Methods in org.apache.poi.hssf.usermodel with parameters of type VerticalAlignment Modifier and Type Method Description voidHSSFCellStyle. 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 Modifier and Type Method Description static VerticalAlignmentVerticalAlignment. forInt(int code)VerticalAlignmentCellStyle. getVerticalAlignment()get the type of vertical alignment for the cellVerticalAlignmentCellStyle. getVerticalAlignmentEnum()Deprecated.usegetVerticalAlignment()insteadstatic VerticalAlignmentVerticalAlignment. 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 Modifier and Type Method Description voidCellStyle. 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 Modifier and Type Method Description static 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 VerticalAlignment Modifier and Type Method Description VerticalAlignmentXSSFCellStyle. getVerticalAlignment()VerticalAlignmentXSSFSimpleShape. getVerticalAlignment()Returns the type of vertical alignment for the text within the shape.VerticalAlignmentXSSFCellStyle. getVerticalAlignmentEnum()Methods in org.apache.poi.xssf.usermodel with parameters of type VerticalAlignment Modifier and Type Method Description voidXSSFCellStyle. 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 VerticalAlignment Modifier and Type Method Description VerticalAlignmentXSSFCellAlignment. getVertical()Get the type of vertical alignment for the cellMethods in org.apache.poi.xssf.usermodel.extensions with parameters of type VerticalAlignment Modifier and Type Method Description voidXSSFCellAlignment. setVertical(VerticalAlignment align)Set the type of vertical alignment for the cell
-