|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PrintHandler
This class is a callback for OleContainer.
If the container embeds a document object (for example, Excel.Sheet) when
the container has a toolbar with the "Print" and "Print Preview" buttons.
When
a user clicks "Print" or "Print Preview" buttons, OleContainer calls methods
of the callback.
| Method Summary | |
|---|---|
void |
closePrintPreview()
Closes print preview for a document embedded into OleContainer. |
boolean |
isInPrintPreview()
Returns true if print preview is active. |
void |
print()
Displays a print dialog box. |
void |
print(PrintParameters printParameters)
Displays a print dialog box. |
void |
printPreview()
Shows print preview for a document embedded into OleContainer. |
| Methods inherited from interface com.jniwrapper.win32.automation.ContainerHandler |
|---|
setContainer |
| Method Detail |
|---|
void print(PrintParameters printParameters)
void print()
void printPreview()
void closePrintPreview()
boolean isInPrintPreview()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||