Cancel the underlying print job at the earliest opportunity.
JavaFX PrinterJob.
JavaFX PrinterJob. Since there is no public constructor for it, there is not a default value.
If the job can be successfully spooled to the printer queue this will return true.
Verifies if a object is equals to this delegate.
Verifies if a object is equals to this delegate.
Object to be compared.
if the other object is equals to this delegate or not.
The delegate hashcode
The JobSettings encapsulates all the API supported job configuration options such as number of copies, collation option, duplex option, etc.
A read only object property representing the current JobStatus
Print the specified node using the specified page layout.
Print the specified node using the specified page layout.
Layout for this page.
The node to print.
whether rendering was successful.
Print the specified node.
Print the specified node.
The node to print.
whether rendering was successful.
Property representing the Printer for this job.
Displays a Page Setup dialog.
Displays a Page Setup dialog.
owner to block input, or 'null'.
false if the user opts to cancel the dialog, or the job is not in the new state. That is if it has already started, has failed, or has been cancelled, or ended.
Displays a Print Dialog.
Displays a Print Dialog.
owner to which to block input, or 'null'.
false if the user opts to cancel printing, or the job is not in the new state. That is if it has already started, has failed, or has been cancelled, or ended.
Returns the original delegate's toString()
adding a [SFX]
prefix.
Wraps JavaFX PrinterJob.
8.0