Top   Module   Use   Manual   Index 

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

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

const short IDENTIFIER = = 0;
Description
This field contains a unique identifier for the bibliographic data.
const short BIBILIOGRAPHIC_TYPE = = 1;
Description
This field contains the type of the bibliographic reference. It is of the type BibliographyDataType.
See also
BibliographyDataType
const short ADDRESS = = 2;
Description
This field contains the address of the publisher.
const short ANNOTE = = 3;
Description
This field contains an annotation.
const short AUTHOR = = 4;
Description
This field contains the name(s) of the author(s)
const short BOOKTITLE = = 5;
Description
This field contains the title of the book.
const short CHAPTER = = 6;
Description
This field contains the name or number of the chapter.
const short EDITION = = 7;
Description
This field contains the number or name of the edition.
const short EDITOR = = 8;
Description
This field contains the name(s) of the editor(s)
const short HOWPUBLISHED = = 9;
Description
This field contains a description of the type of the publishing.
const short INSTITUTION = = 10;
Description
This field contains the name of the institution where the publishing was created.
const short JOURNAL = = 11;
Description
This field contains the name of the journal.
const short MONTH = = 12;
Description
This field contains number or name of the month of the publishing.
const short NOTE = = 13;
Description
This field contains a note.
const short NUMBER = = 14;
Description
This field contains the number of the publishing.
const short ORGANIZATIONS = = 15;
Description
This field contains the name of the organizations where the publishing was created.
const short PAGES = = 16;
Description
This field contains the number(s) of the page(s) of the reference into a publishing.
const short PUBLISHER = = 17;
Description
This field contains the name of the publisher.
const short SCHOOL = = 18;
Description
This field contains the name of the university or school where the publishing was created.
const short SERIES = = 19;
Description
This field contains the series of the publishing.
const short TITLE = = 20;
Description
This field contains the title of the publishing.
const short REPORT_TYPE = = 21;
Description
This field contains a description of the type of the report.
const short VOLUME = = 22;
Description
This field contains the volume of the publishing.
const short YEAR = = 23;
Description
This field contains the year when the publishing was created.
const short URL = = 24;
Description
This field contains URL of the publishing.
const short CUSTOM1 = = 25;
Description
This field contains user defined data.
const short CUSTOM2 = = 26;
Description
This field contains user defined data.
const short CUSTOM3 = = 27;
Description
This field contains user defined data.
const short CUSTOM4 = = 28;
Description
This field contains user defined data.
const short CUSTOM5 = = 29;
Description
This field contains user defined data.
const short ISBN = = 30;
Description
This field contains the ISBN data of the publishing.
Top of Page