public class Row extends Line
限定符和类型 | 方法和说明 |
---|---|
Band |
getBand() |
int |
getHeight() |
int |
getPageIndex() |
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 |
setPageIndex(int pageIndex) |
void |
setRealHeight(int realHeight) |
void |
setRowKey(String rowKey) |
void |
setTempRowNumber(int tempRowNumber) |
getCells, getCustomCellStyle, setCells, setCustomCellStyle
public Row newRow()
public String getRowKey()
public void setRowKey(String rowKey)
public int getRowNumber()
public int getHeight()
public void setHeight(int height)
public int getPageIndex()
public void setPageIndex(int pageIndex)
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 © 2022 Bstek. All rights reserved.