Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XFootnote

Base Interface
com::sun::star::text::XTextContent

Description
specifies a footnote within a Text.
See also
Footnote


Known Services which Export this Interface

com::sun::star::text::Footnote This service specifies a footnote or an endnote in a TextDocument .

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