Content for OpenOffice.org version 3.3.
| 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 © 1995, 2010, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.