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

service Footnote
Description
This service specifies a footnote or an endnote in a ::com::sun::star::text::TextDocument .
Developers Guide
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).
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