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

service Footnote
Description
This service specifies a footnote or an endnote in a TextDocument .
Developers Guide
8.3.9 Text Documents - Working with Text Documents - Footnotes and Endnotes

Exported Interfaces
XFootnote
Description
provides access to the footnote label, which is the anchor text range.
XText
Description
provides access to the text of the footnote (or endnote).
Properties' Summary
[ readonly ] short
ReferenceId
[ OPTIONAL ]
contains an internal identifier for the use as SequenceNumber property in reference fields.  
Properties' Details
ReferenceId
[ readonly ] short ReferenceId;
Usage Restrictions
optional
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