List of usage examples for org.apache.poi.xssf.usermodel.extensions XSSFCellAlignment XSSFCellAlignment
public XSSFCellAlignment(CTCellAlignment cellAlignment)
From source file:com.miraisolutions.xlconnect.XCellStyle.java
License:Open Source License
private XSSFCellAlignment getCellAlignment() { if (cellAlignment == null) { cellAlignment = new XSSFCellAlignment(getCTCellAlignment()); }/*from w w w . j a va2 s . co m*/ return cellAlignment; }