interface XFootnote in module com::sun::star::text::

(Global Index)

Syntax

interface XFootnote : com::sun::star::text::XTextContent ;

Description

specifies a footnote within a Text.

See also

Footnote

Method Summary

getLabel

setLabel sets the label of the footnote.

Known Services Which Export this Interface

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

Method Details



getLabel

Syntax

string getLabel ();

Returns

the label of the footnote.

See also

XFootnote::setLabel

setLabel

Syntax

void setLabel (
string aLabel );

Description

sets the label of the footnote.

Top of Page