| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
These constants define the display format of the chapter number in a chapter text field. More...
| Variables | |
| const short | NAME = 0 | 
| The title of the chapter is displayed. | |
| const short | NUMBER = 1 | 
| The number including prefix and suffix of the chapter is displayed. | |
| const short | NAME_NUMBER = 2 | 
| The title and number including prefix and suffix of the chapter are displayed. | |
| const short | NO_PREFIX_SUFFIX = 3 | 
| The name and number of the chapter are displayed. | |
| const short | DIGIT = 4 | 
| The number of the chapter is displayed. | |
These constants define the display format of the chapter number in a chapter text field.
| const short DIGIT = 4 | 
The number of the chapter is displayed.
| const short NAME = 0 | 
The title of the chapter is displayed.
| const short NAME_NUMBER = 2 | 
The title and number including prefix and suffix of the chapter are displayed.
| const short NO_PREFIX_SUFFIX = 3 | 
The name and number of the chapter are displayed.
| const short NUMBER = 1 | 
The number including prefix and suffix of the chapter is displayed.