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

interface XInfoPrinter
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--::com::sun::star::beans::XPropertySet
       |  
       +--::com::sun::star::awt::XPrinterPropertySet
            |  
            +--XInfoPrinter
::com::sun::star::awt::XPrinterPropertySet
(referenced interface's summary:)
represents an extended property set for printer properties.
Description
represents an information printer.

Methods' Summary
createDevice creates a new object which implements an ::com::sun::star::awt::XDevice .  
Methods' Details
createDevice
::com::sun::star::awt::XDevice
createDevice();

Description
creates a new object which implements an ::com::sun::star::awt::XDevice .

The current settings are used as a template.

Top of Page