:: com :: sun :: star :: awt ::

interface XInfoPrinter
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-::com::sun::star::beans::XPropertySet
    |
    +-XPrinterPropertySet
       |
       +-XInfoPrinter
Description
represents an information printer.

Methods' Summary
createDevice creates a new object which implements an XDevice .
Methods' Details
createDevice
XDevice
createDevice();
 
 

Description
creates a new object which implements an XDevice .

The current settings are used as a template.

Top of Page