Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XEndnotesSupplier

Base Interface
com::sun::star::uno::XInterface

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


Known Services which Export this Interface

com::sun::star::text::AdvancedTextDocument [ DEPRECATED ]
An advanced text document is an extension of a hypertext document which can also contain text-frames, foot- and endnotes, and some other advanced contents.
com::sun::star::text::TextDocument A text document is a model component which contains text structured by paragraphs.

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