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

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.
Developers Guide
Text - Indexes and Index Marks - Index marks

Included Services - Summary
TextContent
(referenced entity's summary:)
is an object which can be anchored in a text, like instances of TextFrame or TextField.
Properties' Summary
string
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.  
Included Services - Details
TextContent
(referenced entity's summary:)
is an object which can be anchored in a text, like instances of TextFrame or TextField.
Properties' Details
AlternativeText
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