LibreOffice
LibreOffice 25.2 SDK API Reference
 
Loading...
Searching...
No Matches
com::sun::star::text::ChapterFormat Constant Group Referencepublished

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.
 

Detailed Description

These constants define the display format of the chapter number in a chapter text field.

Variable Documentation

◆ DIGIT

const short DIGIT = 4

The number of the chapter is displayed.

◆ NAME

const short NAME = 0

The title of the chapter is displayed.

◆ NAME_NUMBER

const short NAME_NUMBER = 2

The title and number including prefix and suffix of the chapter are displayed.

◆ NO_PREFIX_SUFFIX

const short NO_PREFIX_SUFFIX = 3

The name and number of the chapter are displayed.

◆ NUMBER

const short NUMBER = 1

The number including prefix and suffix of the chapter is displayed.