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

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

service DocumentIndexFormat

Description
specifies the formatting of document indexes.


Properties' Summary

TitleStyle This property contains the name of the paragraph style that is used for the index title.
SeparatorStyle This property contains the name of the paragraph style that is used for the separator. This entry is ignored for user indexes and content indexes.
LevelCount contains the number of levels in the document index.
LevelStyles This sequence contains the names of the paragraph styles that are applied to the level corresponding to the position in the sequence.
HasHyperlinks This method specifies whether the form supports hyperlinks.
LevelFormat return an object that provides the service "com.sun.star.text.DocumentIndexLevelFormat"

Properties' Details

TitleStyle
 
string TitleStyle;
Description
This property contains the name of the paragraph style that is used for the index title.
SeparatorStyle
 
string SeparatorStyle;
Description
This property contains the name of the paragraph style that is used for the separator. This entry is ignored for user indexes and content indexes.
LevelCount
 
[ readonly ] short LevelCount;
Description
contains the number of levels in the document index.
LevelStyles
 
sequence< string > LevelStyles;
Description
This sequence contains the names of the paragraph styles that are applied to the level corresponding to the position in the sequence.
HasHyperlinks
 
[ readonly ] boolean HasHyperlinks;
Description
This method specifies whether the form supports hyperlinks.
LevelFormat
 
sequence< string > LevelFormat;
Description
return an object that provides the service "com.sun.star.text.DocumentIndexLevelFormat"
See also
com.sun.star.text.DocumentIndexLevelFormat

Top of Page