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

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

Methods' Summary
getFootnotes returns a collection of footnotes.
getFootnoteSettings
Methods' Details
getFootnotes
::com::sun::star::container::XIndexAccess
getFootnotes();
 
 

Description
returns a collection of footnotes.
getFootnoteSettings
::com::sun::star::beans::XPropertySet
getFootnoteSettings();
 
 

Returns
the footnotes settings of the document.
Top of Page