ImportedPages
Imported InDesign pages.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
Number count()
Displays the number of elements in the ImportedPage.
ImportedPage add( Object withProperties )
Creates a new ImportedPage.
Parameters
ImportedPage item( Mixed index )
Returns the ImportedPage with the specified index or name.
Parameters
ImportedPage itemByName( String name )
Returns the ImportedPage with the specified name.
Parameters
ImportedPage itemByID( Number id )
Returns the ImportedPage with the specified ID.
Parameters
ImportedPage itemByRange( Mixed from, Mixed to )
Returns the ImportedPages within the specified range.
Parameters
ImportedPage firstItem()
Returns the first ImportedPage in the collection.
ImportedPage lastItem()
Returns the last ImportedPage in the collection.
ImportedPage middleItem()
Returns the middle ImportedPage in the collection.
ImportedPage previousItem( ImportedPage obj )
Returns the ImportedPage with the index previous to the specified index.
Parameters
ImportedPage nextItem( ImportedPage obj )
Returns the ImportedPage whose index follows the specified ImportedPage in the collection.
Parameters
ImportedPage anyItem()
Returns any ImportedPage in the collection.
ImportedPage everyItem()
Returns every ImportedPage in the collection.
String toSource()
Generates a string which, if executed, will return the ImportedPage.
ImportedPage []( Number index )
Returns the ImportedPage with the specified index.