service Footnote in module com::sun::star::text::

(Global Index)

Syntax

service Footnote;

Description

This service specifies a footnote or an endnote in a TextDocument .

Exported Interfaces

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

Description

provides access to the footnote label, which is the anchor text range.


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

Description

provides access to the text of the footnote (or endnote).


Property Summary

ReferenceId contains an internal identifier for the use as SequenceNumber property in reference fields.

Property Details



ReferenceId [ O P T I O N A L ]

Syntax

[readonly] short ReferenceId;

Description

contains an internal identifier for the use as SequenceNumber property in reference fields.

See also

com.sun.star.text.textfield.GetReference.
Top of Page