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

(Global Index)

Syntax

service UserIndexMark;

Description

is a TextRange which is explicitly marked as an index entry for a UserIndex .

Included Services

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

Description

is an object which can be anchored in a text, like instances of TextFrame or TextFields .


com::sun::star::text::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 .


Property Summary

IndexName contains the name of the user index it belongs to.

Property Details



IndexName

Syntax

string IndexName;

Description

contains the name of the user index it belongs to.

Top of Page