TXTextControl.ObjectTextflow Property

Gets or sets a value in which way text flows around an image, text frame, signature field or OLE object. The ObjectCurrent property determines the object.

Syntax

TXTextControl.ObjectTextflow [= value]
Parameter Description
0

Get only: The object is inserted 'as character'. To change the object's mode how it is inserted in the text, the ObjectInsertionMode property must be used.

1

The object is in front of the text, which means that the object overwrites the text.

2

The text stops at the top and continues at the bottom of the object.

3

The text flows around the object and empty areas at the left and right side are filled.

4

The object is behind the text, which means the text overwrites the object.

Data Types

Integer.

Limitations

Run time only.

See Also