LibreOffice Module editeng (master) 1
Classes | Enumerations
bulletitem.hxx File Reference
#include <memory>
#include <editeng/editengdllapi.h>
#include <svl/poolitem.hxx>
#include <vcl/GraphicObject.hxx>
#include <vcl/font.hxx>
Include dependency graph for bulletitem.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SvxBulletItem
 

Enumerations

enum class  SvxBulletStyle {
  ABC_BIG = 0 ,
  ABC_SMALL = 1 ,
  ROMAN_BIG = 2 ,
  ROMAN_SMALL = 3 ,
  N123 = 4 ,
  NONE = 5 ,
  BULLET = 6 ,
  BMP = 128
}
 these must match the values in css::style::NumberingType More...
 

Enumeration Type Documentation

◆ SvxBulletStyle

enum class SvxBulletStyle
strong

these must match the values in css::style::NumberingType

Enumerator
ABC_BIG 
ABC_SMALL 
ROMAN_BIG 
ROMAN_SMALL 
N123 
NONE 
BULLET 
BMP 

Definition at line 32 of file bulletitem.hxx.