public class Report extends Object
构造器和说明 |
---|
Report() |
public void insertRow(Row row, int rowNumber)
public void insertColumn(Column column, int columnNumber)
public Row getRow(int rowNumber)
public Column getColumn(int columnNumber)
public Cell getRootCell()
public void setRootCell(Cell rootCell)
public boolean addCell(Cell cell)
public boolean addLazyCell(Cell cell)
public void rePaging(Paper paper)
public Context getContext()
public void setContext(Context context)
public String getReportFullName()
public void setReportFullName(String reportFullName)
public Paper getPaper()
public void setPaper(Paper paper)
public int getRepeatHeaderRowHeight()
public void setRepeatHeaderRowHeight(int repeatHeaderRowHeight)
public int getRepeatFooterRowHeight()
public void setRepeatFooterRowHeight(int repeatFooterRowHeight)
public int getTitleRowsHeight()
public void setTitleRowsHeight(int titleRowsHeight)
public int getSummaryRowsHeight()
public void setSummaryRowsHeight(int summaryRowsHeight)
public HeaderFooterDefinition getHeader()
public void setHeader(HeaderFooterDefinition header)
public HeaderFooterDefinition getFooter()
public void setFooter(HeaderFooterDefinition footer)
public String getMetadata()
public void setMetadata(String metadata)
public Long getTotalPage()
public void setTotalPage(Long totalPage)
public Long getPageIndex()
public void setPageIndex(Long pageIndex)
Copyright © 2022 Bstek. All rights reserved.