Package com.teamdev.jxbrowser.print
Interface PrintJob<PrintSettingT extends PrintSettings>
- Type Parameters:
PrintSettingT
- specifies the type of print settings that can be applied to this job
- All Superinterfaces:
Observable<PrintJobEvent>
A printing operation that is currently in-progress.
- Since:
- 7.13
-
Method Summary
Modifier and TypeMethodDescriptionsettings()
Returns the configurable settings of this print job.Methods inherited from interface com.teamdev.jxbrowser.event.Observable
on
-
Method Details
-
settings
PrintSettingT settings()Returns the configurable settings of this print job.- Throws:
ObjectClosedException
- if the current printing operation has been completed
-