类 Tools
java.lang.Object
com.bstek.ureport.console.html.Tools
- 从以下版本开始:
- 2017年6月1日
- 作者:
- Jacky.gao
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidbooleanisExcel()booleanisPaging()booleanbooleanisPdf()booleanbooleanbooleanisPrint()booleanbooleanisShow()booleanisWord()voidsetExcel(boolean excel) voidsetPaging(boolean paging) voidsetPagingExcel(boolean pagingExcel) voidsetPdf(boolean pdf) voidsetPdfPreviewPrint(boolean pdfPreviewPrint) voidsetPdfPrint(boolean pdfPrint) voidsetPrint(boolean print) voidsetSheetPagingExcel(boolean sheetPagingExcel) voidsetShow(boolean show) voidsetWord(boolean word)
-
构造器详细资料
-
Tools
public Tools(boolean init)
-
-
方法详细资料
-
doInit
-
isShow
public boolean isShow() -
setShow
public void setShow(boolean show) -
isWord
public boolean isWord() -
setWord
public void setWord(boolean word) -
isExcel
public boolean isExcel() -
setExcel
public void setExcel(boolean excel) -
isPdf
public boolean isPdf() -
setPdf
public void setPdf(boolean pdf) -
isPagingExcel
public boolean isPagingExcel() -
setPagingExcel
public void setPagingExcel(boolean pagingExcel) -
isSheetPagingExcel
public boolean isSheetPagingExcel() -
setSheetPagingExcel
public void setSheetPagingExcel(boolean sheetPagingExcel) -
isPrint
public boolean isPrint() -
setPrint
public void setPrint(boolean print) -
isPdfPrint
public boolean isPdfPrint() -
setPdfPrint
public void setPdfPrint(boolean pdfPrint) -
isPdfPreviewPrint
public boolean isPdfPreviewPrint() -
setPdfPreviewPrint
public void setPdfPreviewPrint(boolean pdfPreviewPrint) -
isPaging
public boolean isPaging() -
setPaging
public void setPaging(boolean paging)
-