Language
The Free and Open Productivity Suite
:: com :: sun :: star :: awt ::
|
interface XPrinterServer |
|
- Description
- manages several printers on one machine.
|
Methods' Details |
getPrinterNames
sequence< string > |
getPrinterNames(); |
- Description
- returns a list of all available printer names.
|
|
createPrinter
XPrinter |
createPrinter( |
[in] string |
printerName ); |
- Description
- creates a new virtual printer.
You must call
XPrinter::start
to put the job into the printer spooler.
|
|
createInfoPrinter
- Description
- creates a new information printer.
You can get all information from this printer,
but the printer cannot really print.
|
|
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.