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

(Global Index)

Syntax

service DocumentIndexFormat;

Description

specifies the formatting of document indexes.

Property 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"

Property Details



TitleStyle

Syntax

string TitleStyle;

Description

This property contains the name of the paragraph style that is used for the index title.


SeparatorStyle

Syntax

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

Syntax

[readonly] short LevelCount;

Description

contains the number of levels in the document index.


LevelStyles

Syntax

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

Syntax

[readonly] boolean HasHyperlinks;

Description

This method specifies whether the form supports hyperlinks.


LevelFormat

Syntax

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