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

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


Methods' Summary
getReferenceMarks  
Methods' Details
getReferenceMarks
::com::sun::star::container::XNameAccess
getReferenceMarks();

Returns
the collection of reference marks.
Top of Page