public static class ReserveUtil.ReservedRow extends Object implements Serializable
Constructor and Description |
---|
ReservedRow(int index) |
Modifier and Type | Method and Description |
---|---|
void |
addCell(ReserveUtil.ReservedCell cell) |
int |
getHeight() |
int |
getIndex() |
Collection<ReserveUtil.ReservedCell> |
getReservedCells() |
SCellStyle |
getStyle() |
boolean |
isCustomHegiht() |
void |
setCustomHeight(boolean custom) |
void |
setHeight(int height) |
void |
setStyle(SCellStyle style) |
public int getIndex()
public void addCell(ReserveUtil.ReservedCell cell)
public Collection<ReserveUtil.ReservedCell> getReservedCells()
public SCellStyle getStyle()
public void setStyle(SCellStyle style)
public int getHeight()
public void setHeight(int height)
public boolean isCustomHegiht()
public void setCustomHeight(boolean custom)
Copyright © 2020. All rights reserved.