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

interface XFootnote
Base Interfaces
XFootnoteXTextContent
   ┗ ::com::sun::star::lang::XComponent

XTextContent
(referenced interface's summary:)

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