Description
Returns the width 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.ReferenceW |
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.referenceW)
End If
Context
Text object
See also
ReferenceH, ReferenceId, ReferenceX, ReferenceY, ReferenceIsDummyImg