Contains all frames of a Text Control document or part of the document.

Syntax

FrameCollection

Introduced: X18.

Methods

Method Description
clear Removes all objects from the collection and from the document.
(Inherited from FrameBaseCollection)
elementAt Returns the element at a specified index in the collection.
(Inherited from FrameBaseCollection)
forEach Executes a callback function for each element.
(Inherited from FrameBaseCollection)
getCount Gets the number of elements contained in the collection.
(Inherited from FrameBaseCollection)
getItem Gets the frame selected by the user or the frame with the specified identifier.
getItemByName Gets the frame with the specified name.
remove Removes a frame from a Text Control document.