LibreOffice
LibreOffice 24.2 SDK API Reference
|
These constants are used to specify the footnote numbering. More...
Variables | |
const short | PER_PAGE = 0 |
The counter of the automatic footnote numbering restarts each page. More... | |
const short | PER_CHAPTER = 1 |
The counter of the automatic footnote numbering restarts each chapter. More... | |
const short | PER_DOCUMENT = 2 |
The counter of the automatic footnote numbering does not restart. More... | |
These constants are used to specify the footnote numbering.
const short PER_CHAPTER = 1 |
The counter of the automatic footnote numbering restarts each chapter.
const short PER_DOCUMENT = 2 |
The counter of the automatic footnote numbering does not restart.
const short PER_PAGE = 0 |
The counter of the automatic footnote numbering restarts each page.