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

interface XPrintSettingsSupplier
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XPrintSettingsSupplier
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
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