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

(Global Index)

Syntax

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

Description

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

Method Summary

getEndnotes

getEndnoteSettings

Known Services Which Export this Interface

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

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

Method Details



getEndnotes

Syntax

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

Returns

a collection of endnotes.

getEndnoteSettings

Syntax

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

Returns

the endnote settings of the document.
Top of Page