interface XReferenceMarksSupplier in module com::sun::star::text::

(Global Index)

Syntax

interface XReferenceMarksSupplier : 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.

Method Summary

getReferenceMarks

Known Services Which Export this Interface

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

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

Method Details



getReferenceMarks

Syntax

com::sun::star::container::XNameAccess getReferenceMarks ();

Returns

the collection of reference marks.
Top of Page