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

interface XReferenceMarksSupplier
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XReferenceMarksSupplier
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
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