struct LineSpacing in module com::sun::star::style::

(Global Index)

Syntax

struct LineSpacing;

Description

This structure is used to specify the height of a text line.

See also

LineSpacingMode

Field Summary

Mode This value specifies the way the height is specified.

Height This value specifies the height in regard to Mode .

Field Details



Mode

Syntax

short Mode;

Description

This value specifies the way the height is specified.


Height

Syntax

short Height;

Description

This value specifies the height in regard to Mode .

Top of Page