public interface IWindowHandler
| Modifier and Type | Method and Description |
|---|---|
void |
closeDoc(boolean checkSave)
Close the currently open document, optionally prompting the user to save if the document has been modified.
|
void |
openDoc(com.qoppa.pdf.source.PDFSource source)
Open the PDF source.
|
void openDoc(com.qoppa.pdf.source.PDFSource source)
throws PDFException
source - The PDF.PDFExceptionvoid closeDoc(boolean checkSave)
checkSave - Set to true to prompt the user to save if the document has been modified.