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

service BaseIndexMark
Description
is a ::com::sun::star::text::TextRange which is explicitly marked as an index entry. This is the base service of index marks for ::com::sun::star::text::DocumentIndex , ::com::sun::star::text::ContentIndex , and ::com::sun::star::text::UserIndex .
Developers Guide
Included Services
::com::sun::star::text::TextContent
(referenced entity's summary:)
is an object which can be anchored in a text, like instances of ::com::sun::star::text::TextFrame or ::com::sun::star::text::TextFields .
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.  
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