Depth Property

Build 1501 on 14/Nov/2017  This topic last edited on: 22/Mar/2016, at 17:08

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