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

interface XFootnote
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--::com::sun::star::lang::XComponent
       |  
       +--XTextContent
            |  
            +--XFootnote
XTextContent
(referenced interface's summary:)
enables objects to be inserted into a text and to provide their location in a text once they are inserted into it.
Description
specifies a footnote within a Text.
See also
Footnote

Methods' Summary
getLabel  
setLabel sets the label of the footnote.  
Methods' Details
getLabel
string
getLabel();

Returns
the label of the footnote.
See also
XFootnote::setLabel
setLabel
void
setLabel( [in] string  aLabel );

Description
sets the label of the footnote.
Top of Page