Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: view ::

interface XPrintSettingsSupplier

Base Interface
com::sun::star::uno::XInterface

Description
offers printing related settings, which affect document rendering, but are not related to the printer itself.


Known Services which Export this Interface

com::sun::star::text::GlobalSettings specifies a service that provides acces to the settings of a text module.

Methods' Summary

getPrintSettings

Methods' Details

getPrintSettings
 
com::sun::star::beans::XPropertySet
getPrintSettings();
Returns
a set of properties which are related to printing.
See also
PrintSettings

Top of Page