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

interface XViewSettingsSupplier
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XViewSettingsSupplier
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