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

service ContentIndex

Included Services - Summary
BaseIndex
(referenced entity's summary:)
Properties' Summary
short
Level
[ OPTIONAL ]
 
boolean
CreateFromOutline
[ OPTIONAL ]
determines if the document index is created from outlines.  
::com::sun::star::container::XIndexReplace
LevelParagraphStyles
[ OPTIONAL ]
contains the interface to access the paragraph style names that are included in this index.  
boolean
CreateFromMarks
[ OPTIONAL ]
contains true if the document index marks are included in this index.  
Included Services - Details
BaseIndex
(referenced entity's summary:)
Properties' Details
Level
short Level;
Usage Restrictions
optional
CreateFromOutline
boolean CreateFromOutline;
Usage Restrictions
optional
Description
determines if the document index is created from outlines.
LevelParagraphStyles
::com::sun::star::container::XIndexReplace LevelParagraphStyles;
Usage Restrictions
optional
Description
contains the interface to access the paragraph style names that are included in this index.
See also
DocumentIndexParagraphStyles
CreateFromMarks
boolean CreateFromMarks;
Usage Restrictions
optional
Description
contains true if the document index marks are included in this index.

 
Top of Page