Description
Returns minimum allowed number of lines specified in the style.
This property is read-only.
Syntax
object.GetMinLines |
object
Required. Object name, returned by Text.GetTextStyle and GetParaStyle.
Remarks
This script returns the minimum number of lines in the current paragraph style. If the value is not set, or no style is applied, it will return 0 anyway.
Dim objStyle = Text.GetParaStyle
msgbox (objStyle.GetMinLines)