Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

service Bibliography

Description
specifies service of bibliography within a text document.
See also
com::sun::star::text::BaseIndex


Included Services

com::sun::star::text::BaseIndex
Description
specifies the basic service of different indexes within a document.

Properties' Summary

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

Properties' Details

Locale
 
com::sun::star::lang::Locale Locale;
Description
contains the locale of the index.
SortAlgorithm
 
string SortAlgorithm;
Description
contains the name of the sort algorithm that is used to sort the entries.

Top of Page