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. | |
| 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. | |
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.