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

interface XReferenceMarksSupplier
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-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