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

(Global Index)

Syntax

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

Description

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

Method Summary

getFootnotesSettings

Method Details



getFootnotesSettings

Syntax

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

Returns

FootnoteSettings of the object.
Top of Page