public abstract class Line extends Object
Line()
List<Cell>
getCells()
CellStyle
getCustomCellStyle()
void
setCells(List<Cell> cells)
setCustomCellStyle(CellStyle customCellStyle)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Line()
public CellStyle getCustomCellStyle()
public void setCustomCellStyle(CellStyle customCellStyle)
public List<Cell> getCells()
public void setCells(List<Cell> cells)
Copyright © 2022 Bstek. All rights reserved.