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

interface XFootnote
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-::com::sun::star::lang::XComponent
    |
    +-XTextContent
       |
       +-XFootnote
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