LibreOffice
LibreOffice 24.8 SDK API Reference
 
Loading...
Searching...
No Matches
com::sun::star::ui::ItemType Constant Group Reference

Determines the type of an item. More...

Variables

const short DEFAULT = 0
 a normal item
 
const short SEPARATOR_LINE = 1
 a separator is inserted as a line.
 
const short SEPARATOR_SPACE = 2
 a separator is inserted as a space.
 
const short SEPARATOR_LINEBREAK = 3
 a line break is inserted.
 

Detailed Description

Determines the type of an item.

Since
OOo 2.0

Variable Documentation

◆ DEFAULT

const short DEFAULT = 0

a normal item

◆ SEPARATOR_LINE

const short SEPARATOR_LINE = 1

a separator is inserted as a line.

◆ SEPARATOR_LINEBREAK

const short SEPARATOR_LINEBREAK = 3

a line break is inserted.

◆ SEPARATOR_SPACE

const short SEPARATOR_SPACE = 2

a separator is inserted as a space.