LibreOffice
LibreOffice 25.2 SDK API Reference
 
Loading...
Searching...
No Matches
com::sun::star::frame::InfobarType Constant Group Reference

Infobar types. More...

Variables

const long INFO = 0
 For information messages (color: light blue).
 
const long SUCCESS = 1
 For success notifications (color: light green).
 
const long WARNING = 2
 For warning messages (color: orange).
 
const long DANGER = 3
 For critical errors (color: red).
 

Detailed Description

Infobar types.

Since
LibreOffice 6.4

Variable Documentation

◆ DANGER

const long DANGER = 3

For critical errors (color: red).

◆ INFO

const long INFO = 0

For information messages (color: light blue).

◆ SUCCESS

const long SUCCESS = 1

For success notifications (color: light green).

◆ WARNING

const long WARNING = 2

For warning messages (color: orange).