TcxParaAttributes2.LineSpacingRule Property
Specifies the line spacing type.
Declaration
property LineSpacingRule: TcxParaFormat2LineSpacingRule read; write;
Property Value
Type |
---|
TcxParaFormat2LineSpacingRule |
Remarks
Values include:
Value | Meaning |
---|---|
pfsrSingle | Single spacing. The LineSpacing property is not in effect. |
pfsrOneAndHalf | One-and-a-half spacing. The LineSpacing property is not in effect. |
pfsrDouble | Double spacing. The LineSpacing property is not in effect. |
pfsrRule3 | The LineSpacing property is determined. If the LineSpacing property is less than single spacing, the single-spaced text is displayed. |
pfsrRule4 | The LineSpacing property is determined. The specified spacing is used even if this spacing is less than single spacing. |
pfsrRule5 | The single spacing is LineSpacing / 20. For example, if the LineSpacing property is 40, two spacing lines are inserted. |
See Also