Language
The Free and Open Productivity Suite
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
|
startPage
- Description
- begins with a new page.
|
|
endPage
- Description
- ends the current page.
|
|
Top of Page
Copyright © 2013, 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.