LibreOffice
LibreOffice 5.0 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Exported Interfaces | Public Attributes | List of all members
Footnote Service Referencepublished

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

import "Footnote.idl";

Inheritance diagram for Footnote:
XFootnote XText XTextContent XSimpleText XComponent XTextRange XInterface XInterface Endnote

Exported Interfaces

interface com::sun::star::text::XFootnote
 provides access to the footnote label, which is the anchor text range. More...
 
interface com::sun::star::text::XText
 provides access to the text of the footnote (or endnote). More...
 

Public Attributes

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

Additional Inherited Members

- Public Member Functions inherited from XFootnote
string getLabel ()
 
void setLabel ([in] string aLabel)
 sets the label of the footnote. More...
 
- Public Member Functions inherited from XText
void insertTextContent ([in] com::sun::star::text::XTextRange xRange,[in] com::sun::star::text::XTextContent xContent,[in] boolean bAbsorb) raises ( com::sun::star::lang::IllegalArgumentException )
 inserts a content, such as a text table, text frame or text field. More...
 
void removeTextContent ([in] com::sun::star::text::XTextContent xContent) raises ( com::sun::star::container::NoSuchElementException )
 removes the specified content from the text object. More...
 

Detailed Description

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

Developers Guide
Text - Footnotes and Endnotes

Exported Interfaces

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

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

Member Data Documentation

short ReferenceId
optionalpropertyreadonly

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

See Also
com.sun.star.text.textfield.GetReference.

The documentation for this service was generated from the following file: