19 #ifndef __com_sun_star_style_LineSpacingMode_idl__
20 #define __com_sun_star_style_LineSpacingMode_idl__
24 module com { module sun { module star { module style {
28 published constants LineSpacingMode
const short PROP
This constant specifies the height value as a proportional value.
Definition: LineSpacingMode.idl:32
const short MINIMUM
This constant specifies the height as the minimum line height.
Definition: LineSpacingMode.idl:36
const short LEADING
This constant specifies the height value as the distance to the previous line.
Definition: LineSpacingMode.idl:40
const short FIX
This constant specifies the height value as a fixed line height.
Definition: LineSpacingMode.idl:44