LINESPACING

typedef enum
{
   LINE_HALF,
   LINT_ONE,
   LINE_ONEANDHALF,
   LINE_DOUBLE,
} LINESPACING;

The LINESPACING enumerated type represents the line spacing options.

Value

Meaning

LINE_HALF

Half line spacing.

LINT_ONE

Single line spacing (Default).

LINE_ONEANDHALF

One and a half line spacing.

LINE_DOUBLE

Double line spacing.

Comments

This enumerated type is used by the following structure:

PARAGRAPHOPTIONS