SubDocument.floatingTextBoxesInfo Property
In This Article
Returns information about floating text boxes in the sub-document.
#Declaration
TypeScript
get floatingTextBoxesInfo(): FloatingTextBoxInfo[]
#Property Value
Type | Description |
---|---|
Floating |
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.
var floatingTextBoxes = richEdit.document.activeSubDocument.floatingTextBoxesInfo;
Refer to the following section for more information: Access a Structural Element.
See Also