Uses of Class
org.apache.poi.ss.usermodel.HorizontalAlignment
-
Packages that use HorizontalAlignment 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 HorizontalAlignment in io.keikai.range.impl.imexp
Methods in io.keikai.range.impl.imexp that return HorizontalAlignment Modifier and Type Method Description static HorizontalAlignment
PoiEnumConversion. toPoiHorizontalAlignment(SCellStyle.Alignment alignment)
Methods in io.keikai.range.impl.imexp with parameters of type HorizontalAlignment Modifier and Type Method Description static SCellStyle.Alignment
PoiEnumConversion. toHorizontalAlignment(HorizontalAlignment poiHorizontalAlignment)
-
Uses of HorizontalAlignment in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return HorizontalAlignment Modifier and Type Method Description HorizontalAlignment
HSSFCellStyle. getAlignment()
Methods in org.apache.poi.hssf.usermodel with parameters of type HorizontalAlignment Modifier and Type Method Description void
HSSFCellStyle. setAlignment(HorizontalAlignment align)
set the type of horizontal alignment for the cell -
Uses of HorizontalAlignment in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return HorizontalAlignment Modifier and Type Method Description static HorizontalAlignment
HorizontalAlignment. forInt(int code)
HorizontalAlignment
CellStyle. getAlignment()
get the type of horizontal alignment for the cellstatic HorizontalAlignment
HorizontalAlignment. valueOf(String name)
Returns the enum constant of this type with the specified name.static HorizontalAlignment[]
HorizontalAlignment. 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 HorizontalAlignment Modifier and Type Method Description void
CellStyle. setAlignment(HorizontalAlignment align)
set the type of horizontal alignment for the cell -
Uses of HorizontalAlignment in org.apache.poi.ss.util
Methods in org.apache.poi.ss.util with parameters of type HorizontalAlignment Modifier and Type Method Description static void
CellUtil. setAlignment(Cell cell, HorizontalAlignment align)
Take a cell, and align it. -
Uses of HorizontalAlignment in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return HorizontalAlignment Modifier and Type Method Description HorizontalAlignment
XSSFNamedStyle. getAlignment()
Methods in org.apache.poi.xssf.usermodel with parameters of type HorizontalAlignment Modifier and Type Method Description void
XSSFNamedStyle. setAlignment(HorizontalAlignment align)
-