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

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

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