constants group BibliographyDataField in module com::sun::star::text::

(Global Index)

Syntax

constants group BibliographyDataField;

Description

These values define parts of bibliographic data. They are used to create a bibliography in a text document.

Depending on the type of the data some of the fields will usually be left empty.

Constants Summary

IDENTIFIER This field contains a unique identifier for the bibliographic data.

BIBILIOGRAPHIC_TYPE This field contains the type of the bibliographic reference. It is of the type BibliographyDataType.

ADDRESS This field contains the address of the publisher.

ANNOTE This field contains an annotation.

AUTHOR This field contains the name(s) of the author(s)

BOOKTITLE This field contains the title of the book.

CHAPTER This field contains the name or number of the chapter.

EDITION This field contains the number or name of the edition.

EDITOR This field contains the name(s) of the editor(s)

HOWPUBLISHED This field contains a description of the type of the publishing.

INSTITUTION This field contains the name of the institution where the publishing was created.

JOURNAL This field contains the name of the journal.

MONTH This field contains number or name of the month of the publishing.

NOTE This field contains a note.

NUMBER This field contains the number of the publishing.

ORGANIZATIONS This field contains the name of the organizations where the publishing was created.

PAGES This field contains the number(s) of the page(s) of the reference into a publishing.

PUBLISHER This field contains the name of the publisher.

SCHOOL This field contains the name of the university or school where the publishing was created.

SERIES This field contains the series of the publishing.

TITLE This field contains the title of the publishing.

REPORT_TYPE This field contains a description of the type of the report.

VOLUME This field contains the volume of the publishing.

YEAR This field contains the year when the publishing was created.

URL This field contains URL of the publishing.

CUSTOM1 This field contains user defined data.

CUSTOM2 This field contains user defined data.

CUSTOM3 This field contains user defined data.

CUSTOM4 This field contains user defined data.

CUSTOM5 This field contains user defined data.

ISBN This field contains the ISBN data of the publishing.

Field Details



IDENTIFIER

Syntax

const short  IDENTIFIER = 0;

Description

This field contains a unique identifier for the bibliographic data.


BIBILIOGRAPHIC_TYPE

Syntax

const short  BIBILIOGRAPHIC_TYPE = 1;

Description

This field contains the type of the bibliographic reference. It is of the type BibliographyDataType.

See also

BibliographyDataType

ADDRESS

Syntax

const short  ADDRESS = 2;

Description

This field contains the address of the publisher.


ANNOTE

Syntax

const short  ANNOTE = 3;

Description

This field contains an annotation.


AUTHOR

Syntax

const short  AUTHOR = 4;

Description

This field contains the name(s) of the author(s)


BOOKTITLE

Syntax

const short  BOOKTITLE = 5;

Description

This field contains the title of the book.


CHAPTER

Syntax

const short  CHAPTER = 6;

Description

This field contains the name or number of the chapter.


EDITION

Syntax

const short  EDITION = 7;

Description

This field contains the number or name of the edition.


EDITOR

Syntax

const short  EDITOR = 8;

Description

This field contains the name(s) of the editor(s)


HOWPUBLISHED

Syntax

const short  HOWPUBLISHED = 9;

Description

This field contains a description of the type of the publishing.


INSTITUTION

Syntax

const short  INSTITUTION = 10;

Description

This field contains the name of the institution where the publishing was created.


JOURNAL

Syntax

const short  JOURNAL = 11;

Description

This field contains the name of the journal.


MONTH

Syntax

const short  MONTH = 12;

Description

This field contains number or name of the month of the publishing.


NOTE

Syntax

const short  NOTE = 13;

Description

This field contains a note.


NUMBER

Syntax

const short  NUMBER = 14;

Description

This field contains the number of the publishing.


ORGANIZATIONS

Syntax

const short  ORGANIZATIONS = 15;

Description

This field contains the name of the organizations where the publishing was created.


PAGES

Syntax

const short  PAGES = 16;

Description

This field contains the number(s) of the page(s) of the reference into a publishing.


PUBLISHER

Syntax

const short  PUBLISHER = 17;

Description

This field contains the name of the publisher.


SCHOOL

Syntax

const short  SCHOOL = 18;

Description

This field contains the name of the university or school where the publishing was created.


SERIES

Syntax

const short  SERIES = 19;

Description

This field contains the series of the publishing.


TITLE

Syntax

const short  TITLE = 20;

Description

This field contains the title of the publishing.


REPORT_TYPE

Syntax

const short  REPORT_TYPE = 21;

Description

This field contains a description of the type of the report.


VOLUME

Syntax

const short  VOLUME = 22;

Description

This field contains the volume of the publishing.


YEAR

Syntax

const short  YEAR = 23;

Description

This field contains the year when the publishing was created.


URL

Syntax

const short  URL = 24;

Description

This field contains URL of the publishing.


CUSTOM1

Syntax

const short  CUSTOM1 = 25;

Description

This field contains user defined data.


CUSTOM2

Syntax

const short  CUSTOM2 = 26;

Description

This field contains user defined data.


CUSTOM3

Syntax

const short  CUSTOM3 = 27;

Description

This field contains user defined data.


CUSTOM4

Syntax

const short  CUSTOM4 = 28;

Description

This field contains user defined data.


CUSTOM5

Syntax

const short  CUSTOM5 = 29;

Description

This field contains user defined data.


ISBN

Syntax

const short  ISBN = 30;

Description

This field contains the ISBN data of the publishing.

Top of Page