service Bibliography in module com::sun::star::text::FieldMaster::

(Global Index)

Syntax

service Bibliography;

Description

specifies service of a Bibliography field master.

See also

TextField

Included Services

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

Description

A TextFieldMaster specifies important data for its DependentTextField s.


Property Summary

IsNumberEntries determins whether the bibiliography text fields are numbered. If the short name of the bibliography entry is displayed instead.

IsSortByPosition determins whether the bibliography entries in a bibliography index are sorted by the document position. If the SortKey property determins the sorting of the entries.

BracketBefore determins the opening bracket used to display the bibliography text fields.

BracketAfter determins the closing bracket used to display the bibliography text fields.

SortKeys determins 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 contains the locale of the field master

SortAlgorithm contains the name of the sort algorithm that is used to sort the text fields.

Property Details



IsNumberEntries

Syntax

boolean IsNumberEntries;

Description

determins whether the bibiliography text fields are numbered. If the short name of the bibliography entry is displayed instead.


IsSortByPosition

Syntax

boolean IsSortByPosition;

Description

determins whether the bibliography entries in a bibliography index are sorted by the document position. If the SortKey property determins the sorting of the entries.


BracketBefore

Syntax

string BracketBefore;

Description

determins the opening bracket used to display the bibliography text fields.


BracketAfter

Syntax

string BracketAfter;

Description

determins the closing bracket used to display the bibliography text fields.


SortKeys

Syntax

sequence< com::sun::star::beans::PropertyValues > SortKeys;

Description

determins 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:

  • [property] short SortKey;

    • Determins the bibliography field that is used to sort by.

  • [property] boolean IsSortAscending;


Locale

Syntax

com::sun::star::lang::Locale Locale;

Description

contains the locale of the field master


SortAlgorithm

Syntax

string SortAlgorithm;

Description

contains the name of the sort algorithm that is used to sort the text fields.

Top of Page