|
EasyPDF Java SDK v5.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bcl.easypdf.EasyPDFPrinter.IPrintJob
com.bcl.easypdf.EasyPDFPrinter.IExcelPrintJob
public class IExcelPrintJob
In addition to inheriting all features from class IPrintJob, this class offers features specific to Excel. Use an IExcelPrintJob object, instead of a generic PrintJob object, to set Excel specific options.
IPrintJob| Method Summary | |
|---|---|
boolean |
getPrintAllSheets()
If this method returns true, all Excel worksheets will be printed; otherwise, only the active worksheet will be printed, the default behavior. |
boolean |
getReadOnly()
|
void |
setDocumentPassword(java.lang.String newVal)
Sets a password for printing a password protected Excel document. |
void |
setFitToPagesTall(int Pages)
|
void |
setFitToPagesWide(int Pages)
|
void |
setMarginBottom(double newVal)
Sets bottom margin. |
void |
setMarginLeft(double newVal)
Sets left margin. |
void |
setMarginRight(double newVal)
Sets right margin. |
void |
setMarginTop(double newVal)
Sets top margin. |
void |
setPaperOrientation(int EprnPaperOrientation)
Sets paper orientation. |
void |
setPaperSize(int EprnMsoPaperSize)
Sets paper size. |
void |
setPrintAllSheets(boolean newVal)
To print all Excel worksheets, call this method with newVal set to true; to print only the active worksheet, call this method with newVal set to false. |
void |
setReadOnly(boolean newVal)
|
void |
setZoom(int Percent)
|
| Methods inherited from class com.bcl.easypdf.EasyPDFPrinter.IPrintJob |
|---|
getBannerMessage, getConversionResult, getConversionResultMessage, getFileConversionTimeout, getInitializationTimeout, getMakeTempCopyOfInput, getPageConversionTimeout, getPDFSetting, getPrinterResult, getPrinterResultMessage, PrintOut, PrintOut2, PrintOut3, setBannerMessage, setFileConversionTimeout, setInitializationTimeout, setMakeTempCopyOfInput, setPageConversionTimeout, setPageFrom, setPageTo, setSignatureDigitalIDPassword |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public boolean getPrintAllSheets()
throws EasyPDFException
EasyPDFException
public void setPrintAllSheets(boolean newVal)
throws EasyPDFException
EasyPDFException
public void setMarginLeft(double newVal)
throws EasyPDFException
newVal - New left margin in inches
EasyPDFException
public void setMarginTop(double newVal)
throws EasyPDFException
newVal - New top margin in inches
EasyPDFException
public void setMarginRight(double newVal)
throws EasyPDFException
newVal - New right margin in inches
EasyPDFException
public void setMarginBottom(double newVal)
throws EasyPDFException
newVal - New bottom margin in inches
EasyPDFException
public void setPaperOrientation(int EprnPaperOrientation)
throws EasyPDFException
EprnPaperOrientation - New paper orientation defined
in interface prnPaperOrientation
EasyPDFExceptionprnPaperOrientation
public void setPaperSize(int EprnMsoPaperSize)
throws EasyPDFException
EasyPDFException
public void setDocumentPassword(java.lang.String newVal)
throws EasyPDFException
newVal - New password
EasyPDFException
public void setZoom(int Percent)
throws EasyPDFException
EasyPDFException
public void setFitToPagesWide(int Pages)
throws EasyPDFException
EasyPDFException
public void setFitToPagesTall(int Pages)
throws EasyPDFException
EasyPDFException
public boolean getReadOnly()
throws EasyPDFException
EasyPDFException
public void setReadOnly(boolean newVal)
throws EasyPDFException
EasyPDFException
|
EasyPDF Java SDK v5.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||