LibreOffice
LibreOffice 7.4 SDK API Reference
Variables
com::sun::star::style::LineSpacingMode Constant Group Referencepublished

These constants specify the interpretation of LineHeight. More...

Variables

const short PROP = 0
 This constant specifies the height value as a proportional value. More...
 
const short MINIMUM = 1
 This constant specifies the height as the minimum line height. More...
 
const short LEADING = 2
 This constant specifies the height value as the distance to the previous line. More...
 
const short FIX = 3
 This constant specifies the height value as a fixed line height. More...
 

Detailed Description

These constants specify the interpretation of LineHeight.

Variable Documentation

◆ FIX

const short FIX = 3

This constant specifies the height value as a fixed line height.

◆ LEADING

const short LEADING = 2

This constant specifies the height value as the distance to the previous line.

◆ MINIMUM

const short MINIMUM = 1

This constant specifies the height as the minimum line height.

◆ PROP

const short PROP = 0

This constant specifies the height value as a proportional value.