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

SubDocument.floatingTextBoxesInfo Property

Provides information about floating text boxes contained within the sub-document if it is the main sub-document or header/footer.

Declaration

readonly floatingTextBoxesInfo: FloatingTextBoxInfo[]

Property Value

Type Description
FloatingTextBoxInfo[]

An array of FloatingTextBoxInfo objects storing the information about floating text boxes.

Remarks

Floating text boxes cannot contain another floating text box inside. Thus, this array is always empty for the floating text boxes sub-documents.

See Also