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

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

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

Returns
::com::sun::star::text::EndnoteSettings of the object.
Top of Page