Gets or sets the line spacing of a paragraph in twips.

Syntax

public int AbsoluteLineSpacing { get; set; }
Public Property AbsoluteLineSpacing() As Integer

Limitations

Runtime only.

The property's value must be between 20 twips (1 pt) and 32000 twips (1600 pt).

Remarks

The property's default value is 0, indicating that the line spacing depends on the font height.

The property returns its default value when the text selection contains multiple paragraphs with mixed line spacing. The Selection.IsCommonValueSelected method can be used to check for mixed attributes.

See Also

ParagraphFormat.LineSpacing.