Skip to main content

IdxRichEditShape.GetTextWrapping Method

Identifies how the floating picture or text box is positioned in relation to the parent document’s “text” layer.

Declaration

function GetTextWrapping: TdxRichEditTextWrappingType;

Returns

Type
TdxRichEditTextWrappingType

Remarks

A floating shape can be behind, in front of, or within the parent document’s text layer. Refer to the TdxRichEditTextWrappingType type description for details on all values that this function can return.

The GetTextWrapping function is the TextWrapping property’s getter.

See Also