Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XReferenceMarksSupplier

Base Interface
com::sun::star::uno::XInterface

Description
provides access to the reference marks within this context (i.e. document).

A reference mark is used to refer to text positions in a text document.



Known Services which Export this Interface

com::sun::star::text::AdvancedTextDocument [ DEPRECATED ]
An advanced text document is an extension of a hypertext document which can also contain text-frames, foot- and endnotes, and some other advanced contents.
com::sun::star::text::TextDocument A text document is a model component which contains text structured by paragraphs.

Methods' Summary

getReferenceMarks

Methods' Details

getReferenceMarks
 
com::sun::star::container::XNameAccess
getReferenceMarks();
Returns
the collection of reference marks.

Top of Page