Description
Returns depth of the text in millipoints.
Available in Ted and in Fred.
Syntax
object.Depth |
object
Required. Object name. Returned by Ted.GetActiveTxt, objNode.GetTxt or objArticle.GetTxt(nIdx).
Example
This script returns the depth in millipoints.
dim iDepth = Ted.GetActiveTxt.Depth
This script returns the depth in default unit.
dim strDepth = Units.ToStr(Ted.GetActiveTxt.Depth)
Context
Text object
See also
Depth Property, OverH Property , OverN Property , OverfullN Property
NW Property , NL Property , NP Property , NNP Property