TrvActionParagraph.LineSpacingType

<< Click to display table of contents >>

TrvActionParagraph.LineSpacingType

Specifies the line spacing type for applying to the selected paragraphs.

property LineSpacingType: TRVLineSpacingType;

If UserInterface=False and rvpimLineSpacing in ValidProperties, the action applies this property to the selected paragraphs.

If UserInterface=True, the action displays a paragraph dialog (initialized with properties of the selected paragraphs); if the user changed value of this property in the dialog, rvpimLineSpacing is included in ValidProperties, and the action applies this property to the selected paragraphs.

This property is applied to the paragraph style's (RVStyle.ParaStyles[]) property of the same name.

This property is applied together with LineSpacing property.