Contains all pages in a Text Control document or part of the document.
PageCollection Introduced: X18.
| Method | Description |
|---|---|
| element |
Returns the element at a specified index in the collection.
(Inherited from Collection) |
| for |
Executes a callback function for each element.
(Inherited from Collection) |
| get |
Gets the number of elements contained in the collection.
(Inherited from Collection) |
| get |
Gets the Page containing the current text input position from the collection. |
| get |
Gets the page at a certain text input position. |
Learn more about the Javascript: Page