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

interface XFootnotesSettingsSupplier
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XFootnotesSettingsSupplier
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
makes it possible to access the FootnoteSettings with the context (e.g. document).

Methods' Summary
getFootnotesSettings  
Methods' Details
getFootnotesSettings
::com::sun::star::beans::XPropertySet
getFootnotesSettings();

Returns
FootnoteSettings of the object.
Top of Page