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

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

interface XFootnotesSupplier

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

Description
makes it possible to access the footnotes 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

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