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

interface XDocumentIndexMark
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-::com::sun::star::lang::XComponent
    |
    +-XTextContent
       |
       +-XDocumentIndexMark
Description
gives access to the mark of a document index entry.
See also
DocumentIndexMark
Developers Guide
7.3.7 Text Documents - Working with Text Documents - Indexes and Index Marks - Index marks

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 TextRange to which the TextContent refers is used in the index.

Top of Page