interface XEndnotesSettingsSupplier in module com::sun::star::text::

(Global Index)

Syntax

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

Description

makes it possible to access the FootnoteSettings within the context (e.g. document).

Method Summary

getEndnotesSettings

Method Details



getEndnotesSettings

Syntax

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

Returns

EndnoteSettings of the object.
Top of Page