LibreOffice
LibreOffice 5.0 SDK API Reference
|
This service specifies a an endnote in a TextDocument. More...
import "Endnote.idl";
Included Services | |
service | Footnote |
Additional Inherited Members | |
![]() | |
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... | |
![]() | |
string | getLabel () |
void | setLabel ([in] string aLabel) |
sets the label of the footnote. More... | |
![]() | |
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... | |
![]() | |
short | ReferenceId |
contains an internal identifier for the use as SequenceNumber property in reference fields. More... | |
This service specifies a an endnote in a TextDocument.
service Footnote |