![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.cells.WorkbookRender
public class WorkbookRender
Represents a Workbook render.
Constructor Summary | |
---|---|
WorkbookRender(Workbook workbook,
ImageOptions options)
The construct of WorkbookRender |
Method Summary | |
---|---|
int |
getPageCount()
Get the total page count of current workbook |
void |
toPrinter(java.lang.String printerName)
Render workbook to Printer |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WorkbookRender(Workbook workbook, ImageOptions options)
workbook
- indicate which workbook to be rendered.options
- properties of output imageImageOptions
Method Detail |
---|
public int getPageCount()
public void toPrinter(java.lang.String printerName) throws CellsException
printerName
- the name of the printer , for example: "Microsoft Office Document Image Writer"
CellsException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |