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

(Global Index)

Syntax

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

Description

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

Method Summary

getFootnotes returns a collection of footnotes.

getFootnoteSettings

Known Services Which Export this Interface

com::sun::star::text::AdvancedTextDocument

com::sun::star::text::TextDocument

Method Details



getFootnotes

Syntax

com::sun::star::container::XIndexAccess getFootnotes ();

Description

returns a collection of footnotes.


getFootnoteSettings

Syntax

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

Returns

the footnotes settings of the document.
Top of Page