| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
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. | |
| const short | CHAPTER = 1 | 
| is applied to styles that are used as headings. | |
| const short | LIST = 2 | 
| is applied to styles that used in numberings and lists. | |
| const short | INDEX = 3 | 
| is applied to styles that are used in indexes. | |
| const short | EXTRA = 4 | 
| is applied to styles that are used in special regions like headers, footers, and footnote text. | |
| const short | HTML = 5 | 
| is applied to styles that are used to support HTML. | |
These constants are used to specify the category of paragraph styles in text documents.
| const short CHAPTER = 1 | 
is applied to styles that are used as headings.
| const short EXTRA = 4 | 
is applied to styles that are used in special regions like headers, footers, and footnote text.
| const short HTML = 5 | 
is applied to styles that are used to support HTML.
| const short INDEX = 3 | 
is applied to styles that are used in indexes.
| const short LIST = 2 | 
is applied to styles that used in numberings and lists.
| const short TEXT = 0 | 
is applied to styles that are used for common text.