Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

service ContentIndex

Description
specifies service of content indexes within a document.
See also
com::sun::star::text::BaseIndex


Included Services

com::sun::star::text::BaseIndex
Description
specifies the basic service of different indexes within a document.

Properties' Summary

Level [ OPTIONAL ]
CreateFromOutline [ OPTIONAL ]
determins if the document index is created from outlines.
LevelParagraphStyles [ OPTIONAL ]
contains the interface to access the paragraph style names that are included in this index.
CreateFromMarks [ OPTIONAL ]
contains true if the document index marks are included in this index.

Properties' Details

Level
 
short Level;
[ OPTIONAL ]
CreateFromOutline
 
boolean CreateFromOutline;
[ OPTIONAL ]
Description
determins if the document index is created from outlines.
LevelParagraphStyles
 
com::sun::star::container::XIndexReplace LevelParagraphStyles;
[ OPTIONAL ]
Description
contains the interface to access the paragraph style names that are included in this index.
See also
DocumentIndexParagraphStyles
CreateFromMarks
 
boolean CreateFromMarks;
[ OPTIONAL ]
Description
contains true if the document index marks are included in this index.

Top of Page