LibreOffice
LibreOffice 7.4 SDK API Reference
Variables
com::sun::star::text::BibliographyDataType Constant Group Referencepublished

These values define the type of bibliographic data like book, journal, magazine, etc. More...

Variables

const short ARTICLE = 0
 An article from a journal or magazine. More...
 
const short BOOK = 1
 A book with an explicit publisher. More...
 
const short BOOKLET = 2
 A work that is printed and bound, but without a named publisher or sponsoring institution. More...
 
const short CONFERENCE = 3
 An article in the proceedings of a conference. More...
 
const short INBOOK = 4
 A part of a book, which may be a chapter and/or a range of pages. More...
 
const short INCOLLECTION = 5
 A part of a book with its own title. More...
 
const short INPROCEEDINGS = 6
 An article in the proceedings of a conference. More...
 
const short JOURNAL = 7
 A journal or magazine. More...
 
const short MANUAL = 8
 Technical documentation. More...
 
const short MASTERSTHESIS = 9
 A Master's thesis. More...
 
const short MISC = 10
 This type is used when nothing else seems appropriate. More...
 
const short PHDTHESIS = 11
 A PhD thesis. More...
 
const short PROCEEDINGS = 12
 The proceedings of a conference. More...
 
const short TECHREPORT = 13
 A report published by a school or other institution, usually numbered within a series. More...
 
const short UNPUBLISHED = 14
 A document with an author and title, but not formally published. More...
 
const short EMAIL = 15
 An eMail document. More...
 
const short WWW = 16
 A Web document. More...
 
const short CUSTOM1 = 17
 A user defined document type. More...
 
const short CUSTOM2 = 18
 A user defined document type. More...
 
const short CUSTOM3 = 19
 A user defined document type. More...
 
const short CUSTOM4 = 20
 A user defined document type. More...
 
const short CUSTOM5 = 21
 A user defined document type. More...
 

Detailed Description

These values define the type of bibliographic data like book, journal, magazine, etc.

Variable Documentation

◆ ARTICLE

const short ARTICLE = 0

An article from a journal or magazine.

◆ BOOK

const short BOOK = 1

A book with an explicit publisher.

◆ BOOKLET

const short BOOKLET = 2

A work that is printed and bound, but without a named publisher or sponsoring institution.

◆ CONFERENCE

const short CONFERENCE = 3

An article in the proceedings of a conference.

This entry is identical to the "inproceedings" entry and is included for compatibility with BiBTex.

◆ CUSTOM1

const short CUSTOM1 = 17

A user defined document type.

◆ CUSTOM2

const short CUSTOM2 = 18

A user defined document type.

◆ CUSTOM3

const short CUSTOM3 = 19

A user defined document type.

◆ CUSTOM4

const short CUSTOM4 = 20

A user defined document type.

◆ CUSTOM5

const short CUSTOM5 = 21

A user defined document type.

◆ EMAIL

const short EMAIL = 15

An eMail document.

◆ INBOOK

const short INBOOK = 4

A part of a book, which may be a chapter and/or a range of pages.

◆ INCOLLECTION

const short INCOLLECTION = 5

A part of a book with its own title.

◆ INPROCEEDINGS

const short INPROCEEDINGS = 6

An article in the proceedings of a conference.

◆ JOURNAL

const short JOURNAL = 7

A journal or magazine.

◆ MANUAL

const short MANUAL = 8

Technical documentation.

◆ MASTERSTHESIS

const short MASTERSTHESIS = 9

A Master's thesis.

◆ MISC

const short MISC = 10

This type is used when nothing else seems appropriate.

◆ PHDTHESIS

const short PHDTHESIS = 11

A PhD thesis.

◆ PROCEEDINGS

const short PROCEEDINGS = 12

The proceedings of a conference.

◆ TECHREPORT

const short TECHREPORT = 13

A report published by a school or other institution, usually numbered within a series.

◆ UNPUBLISHED

const short UNPUBLISHED = 14

A document with an author and title, but not formally published.

◆ WWW

const short WWW = 16

A Web document.