Depth Property

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

Description

Returns depth of the text in millipoints.

Available in Ted and in Fred.

Syntax

object.Depth

object

Required. Object name. Returned by Ted.GetCurrentLocalTxt.

Example

This script returns the depth in millipoints.

dim iDepth = Ted.GetCurrentLocalTxt.Depth

This script returns the depth in default unit.

dim strDepth = Units.ToStr(Ted.GetCurrentLocalTxt.Depth)

Context

LocalTxt object

See also

NC Property, NL Property, NNP Property, NP Property, NW Property, OverfullN Property, OverH Property, OverN Property