Properties' Summary |
boolean
IsNumberEntries |
determines whether the bibliography text fields are numbered. If false the
short name of the bibliography entry is displayed instead.
|
boolean
IsSortByPosition |
determines whether the bibliography entries in a bibliography index are sorted
by the document position. If false the SortKey property determines the
sorting of the entries.
|
string
BracketBefore |
determines the opening bracket used to display the bibliography text fields.
|
string
BracketAfter |
determines the closing bracket used to display the bibliography text fields.
|
sequence< ::com::sun::star::beans::PropertyValues >
SortKeys |
determines the sorting of the bibliography entries in a bibliography index.
This property is used if the property IsSortByPosition is not set.
Each contained element of the sequence is a sequence of the following
two properties:
|
::com::sun::star::lang::Locale
Locale |
contains the locale of the field master
|
string
SortAlgorithm |
contains the name of the sort algorithm that is used to sort the text fields.
|
Properties' Details |
IsNumberEntries
boolean IsNumberEntries;
- Description
- determines whether the bibliography text fields are numbered. If false the
short name of the bibliography entry is displayed instead.
|
|
IsSortByPosition
boolean IsSortByPosition;
- Description
- determines whether the bibliography entries in a bibliography index are sorted
by the document position. If false the SortKey property determines the
sorting of the entries.
|
|
BracketBefore
string BracketBefore;
- Description
- determines the opening bracket used to display the bibliography text fields.
|
|
BracketAfter
string BracketAfter;
- Description
- determines the closing bracket used to display the bibliography text fields.
|
|
SortKeys
sequence< ::com::sun::star::beans::PropertyValues > SortKeys;
- Description
- determines the sorting of the bibliography entries in a bibliography index.
This property is used if the property IsSortByPosition is not set.
Each contained element of the sequence is a sequence of the following
two properties:
-
|
|
Locale
::com::sun::star::lang::Locale Locale;
- Description
- contains the locale of the field master
|
|
SortAlgorithm
string SortAlgorithm;
- Description
- contains the name of the sort algorithm that is used to sort the text fields.
|
|
Copyright © 1995, 2012, 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.