Description
Returns the default paragraph status of the text being edited
Available in Ted and in Fred.
Syntax
object.GetDefaultParaStatus |
object
Required. Object name. Returned by Ted.GetCurrentLocalTxt.
Example
If Ted.isLocalTxt Then
Dim objTxt = Ted.GetCurrentLocalTxt
Dim objDefaultPS = objTxt.DefaultParaStatus
Dim hLeading = objDefaultPS.Leading
Dim objDefaultTS = objTxt.DefaultTextStatus
Dim hSize = objDefaultTS.CharH
MsgBox("Leading=" & hLeading & " Point size=" & hSize)
End If
Context
LocalTxt object
See also