Uses of Class
org.apache.poi.ss.usermodel.VerticalAlignment
-
Packages that use VerticalAlignment Package Description io.keikai.range.impl.imexp Keikai Spreadsheet Internal Range API Implementation classes.org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet modelorg.apache.poi.ss.usermodel org.apache.poi.ss.util org.apache.poi.xssf.usermodel -
-
Uses of VerticalAlignment in io.keikai.range.impl.imexp
Methods in io.keikai.range.impl.imexp that return VerticalAlignment Modifier and Type Method Description static VerticalAlignment
PoiEnumConversion. toPoiVerticalAlignment(SCellStyle.VerticalAlignment vAlignment)
Methods in io.keikai.range.impl.imexp with parameters of type VerticalAlignment Modifier and Type Method Description static SCellStyle.VerticalAlignment
PoiEnumConversion. toVerticalAlignment(VerticalAlignment poiVerticalAlignment)
-
Uses of VerticalAlignment in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return VerticalAlignment Modifier and Type Method Description VerticalAlignment
HSSFCellStyle. getVerticalAlignment()
Methods in org.apache.poi.hssf.usermodel with parameters of type VerticalAlignment Modifier and Type Method Description 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 Modifier and Type Method Description static VerticalAlignment
VerticalAlignment. forInt(int code)
VerticalAlignment
CellStyle. getVerticalAlignment()
get the type of vertical alignment for the cellstatic VerticalAlignment
VerticalAlignment. valueOf(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 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 Modifier and Type Method Description 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 Modifier and Type Method Description VerticalAlignment
XSSFNamedStyle. getVerticalAlignment()
Methods in org.apache.poi.xssf.usermodel with parameters of type VerticalAlignment Modifier and Type Method Description void
XSSFNamedStyle. setVerticalAlignment(VerticalAlignment align)
-