TXTextControl.TextFrameInsertionMode Object

Determines how a text frame can be inserted in the text.

Syntax

[JavaScript]
{
    AsCharacter: 1,
    DisplaceCompleteLines: 4,
    DisplaceText: 8,
    AboveTheText: 524290,
    BelowTheText: 262146,
}

Properties

Property Description
AboveTheText The text frame is inserted at a certain geometrical location above the text.
AsCharacter The text frame is inserted in the text as a single character.
BelowTheText The text frame is inserted at a certain geometrical location below the text.
DisplaceCompleteLines The text frame is inserted at a certain geometrical location.
DisplaceText The text frame is inserted at a certain geometrical location.