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

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

interface XViewSettingsSupplier

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

Description
provides access to the view settings of the object.


Known Services which Export this Interface

com::sun::star::view::OfficeDocumentView specifies a view of a standard office document.
com::sun::star::text::TextDocumentView specifies the view of a TextDocument .
com::sun::star::text::GlobalSettings specifies a service that provides acces to the settings of a text module.

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