Methods' Summary |
start |
puts the job into the printer spooler.
|
end |
notifies the printer spooler that the job is done and printing
starts.
|
terminate |
stops the current print job.
|
startPage |
begins with a new page.
|
endPage |
ends the current page.
|
Methods' Details |
start
- Description
- puts the job into the printer spooler.
This call may block the thread. So release all resources
(mutex, semaphore, etc.) before this call.
|
|
end
- Description
- notifies the printer spooler that the job is done and printing
starts.
- See also
- terminate
|
|
terminate
- Description
- stops the current print job.
If the method
com::sun::star::awt::XPrinter::end()
is called beforehand, then this call does nothing. If you call
com::sun::star::awt::XPrinter::terminate()
in or before the call to
com::sun::star::awt::XPrinter::start(),
com::sun::star::awt::XPrinter::terminate()
returns `FALSE`. This call must not block the thread.
- See also
- end
|
|
startPage
- Description
- begins with a new page.
|
|
endPage
- Description
- ends the current page.
|
|
Top of Page
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.