Content for OpenOffice.org version 3.3.
:: com :: sun :: star :: text ::
|
| deprecated |
service DocumentIndexFormat |
|
|
- Usage Restrictions
- deprecated
- Deprecation Info
- the service was never implemented, none of it's properties do exist.
- Description
- specifies the formatting of document indexes.
|
| Properties' Summary |
string
TitleStyle |
This property contains the name of the paragraph style that is
used for the index title.
|
string
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.
|
[ readonly ] short
LevelCount |
contains the number of levels in the document index.
|
sequence< string >
LevelStyles |
This sequence contains the names of the paragraph styles that are
applied to the level corresponding to the position in the sequence.
|
[ readonly ] boolean
HasHyperlinks |
This method specifies whether the form supports hyperlinks.
|
sequence< string >
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
|
Top of Page
Copyright © 1995, 2010, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.