LineSpacingFactor Property |
Specifies the relative line spacing factor for the MText object.
Signature
object.LineSpacingFactor
object
MText
The object or objects this property applies to.
LineSpacingFactor
Double; read-write
The relative line spacing factor for the MText object. Enter a
value between 0.25 and 4 inclusive.
Remarks
The spacing factor is the vertical distance between the baseline of one text line and the baseline of the next text line. The spacing factor is set as a multiple of single line spacing.
You can set the line spacing to be either "At Least" the specified distance, or "Exactly" the specified distance by using the LineSpacingStyle property.
Comments? |