LibreOffice
LibreOffice 7.4 SDK API Reference
Variables
com::sun::star::style::ParagraphStyleCategory Constant Group Referencepublished

These constants are used to specify the category of paragraph styles in text documents. More...

Variables

const short TEXT = 0
 is applied to styles that are used for common text. More...
 
const short CHAPTER = 1
 is applied to styles that are used as headings. More...
 
const short LIST = 2
 is applied to styles that used in numberings and lists. More...
 
const short INDEX = 3
 is applied to styles that are used in indexes. More...
 
const short EXTRA = 4
 is applied to styles that are used in special regions like headers, footers, and footnote text. More...
 
const short HTML = 5
 is applied to styles that are used to support HTML. More...
 

Detailed Description

These constants are used to specify the category of paragraph styles in text documents.

Variable Documentation

◆ CHAPTER

const short CHAPTER = 1

is applied to styles that are used as headings.

◆ EXTRA

const short EXTRA = 4

is applied to styles that are used in special regions like headers, footers, and footnote text.

◆ HTML

const short HTML = 5

is applied to styles that are used to support HTML.

◆ INDEX

const short INDEX = 3

is applied to styles that are used in indexes.

◆ LIST

const short LIST = 2

is applied to styles that used in numberings and lists.

◆ TEXT

const short TEXT = 0

is applied to styles that are used for common text.