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

(Global Index)

Syntax

service ContentIndex;

Description

specifies service of content indexes within a document.

See also

BaseIndex

Included Services

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

Description

specifies the basic service of different indexes within a document.


Property Summary

Level

CreateFromOutline

LevelParagraphStyles

CreateFromMarks

Property Details



Level [ O P T I O N A L ]

Syntax

short Level;

CreateFromOutline [ O P T I O N A L ]

Syntax

boolean CreateFromOutline;

LevelParagraphStyles [ O P T I O N A L ]

Syntax

com::sun::star::container::XIndexReplace LevelParagraphStyles;

CreateFromMarks [ O P T I O N A L ]

Syntax

boolean CreateFromMarks;
Top of Page