TXTextControl.ObjectDistance Property

Specifies the distance (in twips) between an image, text frame, signature field or OLE object and the text that flows around it. This property cannot be used for objects which are inserted as character. The ObjectCurrent property determines the object.

Syntax

TXTextControl.ObjectDistance(index) [= value]
Parameter Description
index

Specifies one of the four possible distances: left (1), top (2), right (3), bottom (4).

Data Types

Integer.

Limitations

Run time only.

See Also