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

interface XDocumentIndexMark
Base Interfaces
XDocumentIndexMark
┗ ::com::sun::star::text::XTextContent
   ┗ ::com::sun::star::lang::XComponent

::com::sun::star::text::XTextContent
(referenced interface's summary:)
enables objects to be inserted into a text and to provide their location in a text once they are inserted into it.
Description
gives access to the mark of a document index entry.
See also
::com::sun::star::text::DocumentIndexMark
Developers Guide
Methods' Summary
getMarkEntry  
setMarkEntry sets an explicit string for this index mark to use in the index.  
Methods' Details
getMarkEntry
string
getMarkEntry();

Returns
the explicitly set string for the index mark.
See also
setMarkEntry
setMarkEntry
void
setMarkEntry( [in] string  aIndexEntry );

Description
sets an explicit string for this index mark to use in the index.

If empty, the string of the ::com::sun::star::text::TextRange to which the ::com::sun::star::text::TextContent refers is used in the index.

Top of Page