LibreOffice
LibreOffice 24.2 SDK API Reference
Variables
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. 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...
 

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.