|
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.IWordPrintJob
public class IWordPrintJob
Use an object of this class to set Word specific options.
| Method Summary | |
|---|---|
int |
getAddInTimeout()
Sets Add-In execution timeout (in milliseconds). |
java.lang.String |
getBookmarkDepth()
Returns a string defining Word styles and bookmark depth mapping. |
boolean |
getConvertBookmarks()
|
boolean |
getConvertHyperlinks()
|
boolean |
getEnableAutoMacros()
Returns a boolean value indicating whether to enable AutoOpen, AutoClose, AutoNew, and AutoExit Word macros. |
boolean |
getOpenAndRepair()
Returns a boolean value indicating whether to open and repair corrupted document. |
boolean |
getPrintInBackground()
Returns a boolean value indicating whether to tell Word to print documents in background. |
boolean |
getPrintRevisions()
Returns a boolean value indicating whether to print document revisions (to keep track of changes). |
boolean |
getReadOnly()
|
void |
setAddInTimeout(int newVal)
|
void |
setBookmarkDepth(java.lang.String newVal)
Sets Word styles and bookmark depth mapping. |
void |
setConvertBookmarks(boolean newVal)
To convert Word bookmarks into PDF bookmarks, call this method with true. |
void |
setConvertHyperlinks(boolean newVal)
To convert Word hyperlinks into PDF hyperlinks, call this method with true. |
void |
setDocumentPassword(java.lang.String newVal)
|
void |
setEnableAutoMacros(boolean newVal)
To enable AutoOpen, AutoClose, AutoNew, and AutoExit, call this method with true. |
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 |
setOpenAndRepair(boolean newVal)
To open and repair corrupted documents, call this method with true. |
void |
setPageHeight(double newVal)
|
void |
setPageWidth(double newVal)
|
void |
setPaperOrientation(int EprnPaperOrientation)
|
void |
setPaperSize(int EprnMsoPaperSize)
|
void |
setPrintInBackground(boolean newVal)
To tell Word to print documents in background, call this method with true. |
void |
setPrintRevisions(boolean newVal)
Word will print document revisions if you call this method with true. |
void |
setReadOnly(boolean newVal)
|
| 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 getConvertHyperlinks()
throws EasyPDFException
EasyPDFException
public void setConvertHyperlinks(boolean newVal)
throws EasyPDFException
EasyPDFException
public boolean getConvertBookmarks()
throws EasyPDFException
EasyPDFException
public void setConvertBookmarks(boolean newVal)
throws EasyPDFException
EasyPDFException
public java.lang.String getBookmarkDepth()
throws EasyPDFException
EasyPDFException
public void setBookmarkDepth(java.lang.String newVal)
throws EasyPDFException
EasyPDFException
public void setMarginLeft(double newVal)
throws EasyPDFException
EasyPDFException
public void setMarginTop(double newVal)
throws EasyPDFException
EasyPDFException
public void setMarginRight(double newVal)
throws EasyPDFException
EasyPDFException
public void setMarginBottom(double newVal)
throws EasyPDFException
EasyPDFException
public void setPaperOrientation(int EprnPaperOrientation)
throws EasyPDFException
EprnPaperOrientation - a value defined in prnPaperOrientation
EasyPDFExceptionprnPaperOrientation
public void setPaperSize(int EprnMsoPaperSize)
throws EasyPDFException
EprnMsoPaperSize - a value defined in prnMsoPaperSize
EasyPDFExceptionprnMsoPaperSize
public void setPageWidth(double newVal)
throws EasyPDFException
EasyPDFException
public void setPageHeight(double newVal)
throws EasyPDFException
EasyPDFException
public void setDocumentPassword(java.lang.String newVal)
throws EasyPDFException
EasyPDFException
public int getAddInTimeout()
throws EasyPDFException
EasyPDFException
public void setAddInTimeout(int newVal)
throws EasyPDFException
EasyPDFException
public boolean getEnableAutoMacros()
throws EasyPDFException
EasyPDFException
public void setEnableAutoMacros(boolean newVal)
throws EasyPDFException
EasyPDFException
public boolean getPrintInBackground()
throws EasyPDFException
EasyPDFException
public void setPrintInBackground(boolean newVal)
throws EasyPDFException
EasyPDFException
public boolean getPrintRevisions()
throws EasyPDFException
EasyPDFException
public void setPrintRevisions(boolean newVal)
throws EasyPDFException
EasyPDFException
public boolean getOpenAndRepair()
throws EasyPDFException
EasyPDFException
public void setOpenAndRepair(boolean newVal)
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 | ||||||||