TXTextControl.TextFrameInternalMargin Property

Specifies the distance (in twips) between a text frame's border line and the text. The ObjectCurrent property determines the text frame.

Introduced: 12.0.

Syntax

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

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

Data Types

Integer.

Limitations

Run time only.

See Also