line-height

The distance between the baselines of two adjacent lines of a paragraph. For DOCX export, the line height will be skipped if it contains characters taller than the current line. Negative values will be not allowed in DOCX.

Availability

Available in: Paragraph, Headers and Footers, Footnotes Area, Figures, Figure Captions, Divider, Block, List, Table, Table Cell

Type

Length

Available values

Value Description
Length Any length value is allowed. Relative values will be based on the current font size. E.g. 200% on a font size of 12pt will result in a 24pt line height.
auto The line height will be determined from the largest element in the line.

Default value

auto

Inherited

Yes.

Example

heading1 {
  font-size:       20pt
  line-height:     120%
}