ReferenceX Property

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

Description

Returns the X-position of the multimedia object (image, audio, video, document), referenced by this text.

Note: it returns 0 also if there's no referenced object at all. You may want to combine this test with ReferenceId Property.

Available in Ted and in Fred.

Syntax

object.ReferenceX

object

Required. Object name. Returned by Ted.GetActiveTxt, objNode.GetTxt or objArticle.GetTxt(nIdx).

Example

If Ted.HasActiveTxt Then

  dim objT = Ted.GetActiveTxt

  MsgBox (objT.referencex)

End If

Context

Text object

See also

ReferenceH, ReferenceId, ReferenceW, ReferenceY, ReferenceIsDummyImg