LineSpacingStyle Property |
Specifies the line spacing style for the MText object.
Signature
object.LineSpacingStyle
object
MText
The object or objects this property applies to.
LineSpacingStyle
acLineSpacingStyle enum; read-write
acLineSpacingStyleAtLeast
acLineSpacingStyleExactly
Remarks
The acLineSpacingStyleAtLeast setting allows the spacing between different lines of text to adjust automatically, based on the height of the largest character in a line of text. The acLineSpacingStyleExactly setting forces the line spacing to be the same size for all the lines in the MText object regardless of formatting overrides.
Comments? |