interface XPrintSettingsSupplier in module com::sun::star::view::

(Global Index)

Syntax

interface XPrintSettingsSupplier : com::sun::star::uno::XInterface ;

Description

offers printing related settings.

Method Summary

getPrintSettings

Known Services Which Export this Interface

com::sun::star::text::GlobalSettings

Method Details



getPrintSettings

Syntax

com::sun::star::beans::XPropertySet getPrintSettings ();

Returns

a set of properties which are related to printing.

See also

PrintSettings
Top of Page