|
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.IIESetting
public class IIESetting
To modify the Internet Explorer setting, create an object of this class.
| Method Summary | |
|---|---|
boolean |
getDisableScriptDebugger()
Gets the flag indicating whether Internet Explorer's script debugger is disabled. |
boolean |
getDisplayErrorDialogOnEveryError()
Gets the flag indicating whether Internet Explorer will show a dialog on every error. |
java.lang.String |
getFooter()
Gets the Internet Explorer (IE) footer string. |
java.lang.String |
getHeader()
Gets the Internet Explorer (IE) heading string. |
double |
getMarginBottom()
Gets the bottom margin. |
double |
getMarginLeft()
Gets the left margin. |
double |
getMarginRight()
Gets the right margin. |
double |
getMarginTop()
Gets the top margin. |
boolean |
getPrintBGColor()
Gets the flag indicating, when printing, whether to print background color or not. |
void |
Save()
To have all the changes applied to the current print job, you must call this method. |
void |
setDisableScriptDebugger(boolean newVal)
To disable IE's script debugger during printing, call this method with true; call it with false otherwise. |
void |
setDisplayErrorDialogOnEveryError(boolean newVal)
To disable this IE's feature, call this method with true; call it with false otherwise. |
void |
setFooter(java.lang.String newVal)
Sets the Internet Explorer (IE) footer setting. |
void |
setHeader(java.lang.String newVal)
Sets the Internet Explorer (IE) heading setting. |
void |
setMarginBottom(double newVal)
Sets the bottom margin. |
void |
setMarginLeft(double newVal)
Sets the left margin. |
void |
setMarginRight(double newVal)
Sets the right margin. |
void |
setMarginTop(double newVal)
Sets the top margin. |
void |
setPrintBGColor(boolean newVal)
Call this method with true if you want to print the background color; otherwise call it with false. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void Save()
throws EasyPDFException
EasyPDFException
public java.lang.String getHeader()
throws EasyPDFException
EasyPDFException
public void setHeader(java.lang.String newVal)
throws EasyPDFException
newVal - new IE header setting string
EasyPDFException
public java.lang.String getFooter()
throws EasyPDFException
EasyPDFException
public void setFooter(java.lang.String newVal)
throws EasyPDFException
newVal - new IE footer setting string
EasyPDFException
public double getMarginLeft()
throws EasyPDFException
EasyPDFException
public void setMarginLeft(double newVal)
throws EasyPDFException
newVal - new left margin
EasyPDFException
public double getMarginTop()
throws EasyPDFException
EasyPDFException
public void setMarginTop(double newVal)
throws EasyPDFException
newVal - the new top margin
EasyPDFException
public double getMarginRight()
throws EasyPDFException
EasyPDFException
public void setMarginRight(double newVal)
throws EasyPDFException
newVal - the new right margin
EasyPDFException
public double getMarginBottom()
throws EasyPDFException
EasyPDFException
public void setMarginBottom(double newVal)
throws EasyPDFException
newVal - the new bottom margin
EasyPDFException
public boolean getPrintBGColor()
throws EasyPDFException
EasyPDFException
public void setPrintBGColor(boolean newVal)
throws EasyPDFException
newVal - true (print background color);
false (don't print background color)
EasyPDFException
public boolean getDisableScriptDebugger()
throws EasyPDFException
EasyPDFException
public void setDisableScriptDebugger(boolean newVal)
throws EasyPDFException
newVal - true (disable script debugger);
false (enable script debugger)
EasyPDFException
public boolean getDisplayErrorDialogOnEveryError()
throws EasyPDFException
EasyPDFException
public void setDisplayErrorDialogOnEveryError(boolean newVal)
throws EasyPDFException
newVal - true (don't show dialog on every error);
false (show dialog on every error)
EasyPDFException
|
EasyPDF Java SDK v5.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||