interface XViewSettingsSupplier in module com::sun::star::view::

(Global Index)

Syntax

interface XViewSettingsSupplier : com::sun::star::uno::XInterface ;

Description

provides access to the view settings of the object.

Method Summary

getViewSettings

Known Services Which Export this Interface

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

com::sun::star::text::TextDocumentView

com::sun::star::text::GlobalSettings

Method Details



getViewSettings

Syntax

com::sun::star::beans::XPropertySet getViewSettings ();

Returns

an interface to the ViewSettings .
Top of Page