interface XInfoPrinter in module com::sun::star::awt::

(Global Index)

Syntax

interface XInfoPrinter : com::sun::star::awt::XPrinterPropertySet ;

Description

represents an information printer.

Method Summary

createDevice creates a new object which implements an XDevice . The current settings are used as a template.

Method Details



createDevice

Syntax

com::sun::star::awt::XDevice createDevice ();

Description

creates a new object which implements an XDevice . The current settings are used as a template.

Top of Page