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

interface XEndnotesSupplier
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XEndnotesSupplier
Description
makes it possible to access the endnotes within the context (e.g. document).

Methods' Summary
getEndnotes
getEndnoteSettings
Methods' Details
getEndnotes
::com::sun::star::container::XIndexAccess
getEndnotes();
 
 

Returns
a collection of endnotes.
getEndnoteSettings
::com::sun::star::beans::XPropertySet
getEndnoteSettings();
 
 

Returns
the endnote settings of the document.
Top of Page