service BaseIndexMark in module com::sun::star::text::

(Global Index)

Syntax

service BaseIndexMark;

Description

is a TextRange which is explicitly marked as an index entry. This is the base service of index marks for DocumentIndex , ContentIndex , and UserIndex .

Included Services

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

Property Summary

AlternativeText the string that will be inserted into the corresponding index. If AlternativeText is empty then the string that is marked by the TextRange is inserted into the index.

Property Details



AlternativeText

Syntax

string AlternativeText;

Description

the string that will be inserted into the corresponding index. If AlternativeText is empty then the string that is marked by the TextRange is inserted into the index.

Top of Page