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

interface XEndnotesSupplier
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XEndnotesSupplier
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
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