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

interface XViewSettingsSupplier
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XViewSettingsSupplier
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
provides access to the view settings of the object.

Methods' Summary
getViewSettings  
Methods' Details
getViewSettings
::com::sun::star::beans::XPropertySet
getViewSettings();

Returns
an interface to the ViewSettings .

Subclasses might be returned instead, offering more settings.

Top of Page