Back to Devexpress

SubDocument.floatingTextBoxesInfo Property

aspnet-js-subdocument-7f2537b8.md

latest1.1 KB
Original Source

SubDocument.floatingTextBoxesInfo Property

Returns information about floating text boxes in the sub-document.

Declaration

ts
get floatingTextBoxesInfo(): FloatingTextBoxInfo[]

Property Value

TypeDescription
FloatingTextBoxInfo[]

An array of objects that contain information about floating text boxes.

|

Remarks

A text box can not contain another text box inside. The floatingTextBoxesInfo property returns an empty array for a text box sub-document.

javascript
var floatingTextBoxes = richEdit.document.activeSubDocument.floatingTextBoxesInfo;

Refer to the following section for more information: Access a Structural Element.

See Also

Sub-Document

SubDocument Class

SubDocument Members