Skip to main content

IdxRichEditShape.TextWrapping Property

Specifies how the floating picture or text box is positioned in relation to the “text” layer of the parent document.

Declaration

property TextWrapping: TdxRichEditTextWrappingType read; write;

Property Value

Type
TdxRichEditTextWrappingType

Remarks

Use this property to place the floating shape in front of the parent document’s “text” layer, behind it, or enable one of the available text wrap options (that is, if both the floating shape and parent document text share the same layer).

Refer to the TdxRichEditTextWrappingType type description for details on all available options.

The default TextWrapping property value is TdxRichEditTextWrappingType.InFrontOfText.

See Also