public class Row extends Line
| 限定符和类型 | 方法和说明 |
|---|---|
Band |
getBand() |
int |
getHeight() |
int |
getRealHeight() |
String |
getRowKey() |
int |
getRowNumber() |
int |
getTempRowNumber() |
boolean |
isForPaging() |
boolean |
isHide() |
boolean |
isPageBreak() |
Row |
newRow() |
void |
setBand(Band band) |
void |
setForPaging(boolean forPaging) |
void |
setHeight(int height) |
void |
setHide(boolean hide) |
void |
setPageBreak(boolean pageBreak) |
void |
setRealHeight(int realHeight) |
void |
setRowKey(String rowKey) |
void |
setTempRowNumber(int tempRowNumber) |
getCells, getCustomCellStyle, setCells, setCustomCellStylepublic Row newRow()
public String getRowKey()
public void setRowKey(String rowKey)
public int getRowNumber()
public int getHeight()
public void setHeight(int height)
public Band getBand()
public void setBand(Band band)
public boolean isForPaging()
public void setForPaging(boolean forPaging)
public boolean isPageBreak()
public void setPageBreak(boolean pageBreak)
public int getTempRowNumber()
public void setTempRowNumber(int tempRowNumber)
public int getRealHeight()
public void setRealHeight(int realHeight)
public boolean isHide()
public void setHide(boolean hide)
Copyright © 2017 Bstek. All rights reserved.