LibreOffice
LibreOffice 24.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. More... | |
const short | NUMBER = 1 |
The number including prefix and suffix of the chapter is displayed. More... | |
const short | NAME_NUMBER = 2 |
The title and number including prefix and suffix of the chapter are displayed. More... | |
const short | NO_PREFIX_SUFFIX = 3 |
The name and number of the chapter are displayed. More... | |
const short | DIGIT = 4 |
The number of the chapter is displayed. More... | |
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.