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

(Global Index)

Syntax

service Bibliography;

Description

specifies service of bibliography within a text document.

See also

BaseIndex

Included Services

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

Description

specifies the basic service of different indexes within a document.


Property Summary

Locale contains the locale of the index.

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

Property Details



Locale

Syntax

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

Description

contains the locale of the index.


SortAlgorithm

Syntax

string SortAlgorithm;

Description

contains the name of the sort algorithm that is used to sort the entries.

Top of Page