Skip to main content

IdxRichEditShape.SetTextWrapping(TdxRichEditTextWrappingType) Method

Changes the floating shape’s position in relation to the parent document’s “text” layer.

Declaration

procedure SetTextWrapping(const Value: TdxRichEditTextWrappingType);

Parameters

Name Type
Value TdxRichEditTextWrappingType

Remarks

Call this procedure to position the picture or text box behind, in front of, or within the parent document’s “text” layer. In the latter case, you can select how text wraps around the floating shape. Refer to the TdxRichEditTextWrappingType type description for details.

The SetTextWrapping procedure is the TextWrapping property’s setter.

See Also