public class Tools extends Object
构造器和说明 |
---|
Tools(boolean init) |
限定符和类型 | 方法和说明 |
---|---|
void |
doInit(String name) |
boolean |
isExcel() |
boolean |
isPaging() |
boolean |
isPagingExcel() |
boolean |
isPdf() |
boolean |
isPdfPreviewPrint() |
boolean |
isPdfPrint() |
boolean |
isPrint() |
boolean |
isSheetPagingExcel() |
boolean |
isShow() |
boolean |
isWord() |
void |
setExcel(boolean excel) |
void |
setPaging(boolean paging) |
void |
setPagingExcel(boolean pagingExcel) |
void |
setPdf(boolean pdf) |
void |
setPdfPreviewPrint(boolean pdfPreviewPrint) |
void |
setPdfPrint(boolean pdfPrint) |
void |
setPrint(boolean print) |
void |
setSheetPagingExcel(boolean sheetPagingExcel) |
void |
setShow(boolean show) |
void |
setWord(boolean word) |
public void doInit(String name)
public boolean isShow()
public void setShow(boolean show)
public boolean isWord()
public void setWord(boolean word)
public boolean isExcel()
public void setExcel(boolean excel)
public boolean isPdf()
public void setPdf(boolean pdf)
public boolean isPagingExcel()
public void setPagingExcel(boolean pagingExcel)
public boolean isSheetPagingExcel()
public void setSheetPagingExcel(boolean sheetPagingExcel)
public boolean isPrint()
public void setPrint(boolean print)
public boolean isPdfPrint()
public void setPdfPrint(boolean pdfPrint)
public boolean isPdfPreviewPrint()
public void setPdfPreviewPrint(boolean pdfPreviewPrint)
public boolean isPaging()
public void setPaging(boolean paging)
Copyright © 2022 Bstek. All rights reserved.