Skip to main content
A newer version of this page is available. .

SubDocument.getFloatingTextBoxInfo Method

Returns information specific for floating text boxes about the sub-document.

Declaration

getFloatingTextBoxInfo(): FloatingTextBoxInfo

Returns

Type Description
FloatingTextBoxInfo

A FloatingTextBoxInfo object providing information about the floating text box sub-document.

Remarks

The getFloatingTextBoxInfo returns the FloatingTextBoxInfo object only for text box sub-documents. For other sub-document types the method returns null.

See Also