InDesign Server2025
API 20.5.0.49
Collection of ImportedPage

ImportedPages

Imported InDesign pages.

Properties

NameType AccessDescription
Number readonly The number of objects in the collection.

Methods

ImportedPage

Returns the ImportedPage with the specified index.

index Number The index.
ImportedPage

Creates a new ImportedPage.

withProperties? Object Initial values for properties of the new ImportedPage
ImportedPage

Returns any ImportedPage in the collection.

Number

Displays the number of elements in the ImportedPage.

ImportedPage[]

Returns every ImportedPage in the collection.

ImportedPage

Returns the first ImportedPage in the collection.

ImportedPage

Returns the ImportedPage with the specified index or name.

index LongInteger | String The index or name. Can accept: Long Integer or String.
ImportedPage

Returns the ImportedPage with the specified ID.

id Number The ID.
ImportedPage

Returns the ImportedPage with the specified name.

name String The name.
ImportedPage[]

Returns the ImportedPages within the specified range.

from ImportedPage | LongInteger | String The ImportedPage, index, or name at the beginning of the range. Can accept: ImportedPage, Long Integer or String.
to ImportedPage | LongInteger | String The ImportedPage, index, or name at the end of the range. Can accept: ImportedPage, Long Integer or String.
ImportedPage

Returns the last ImportedPage in the collection.

ImportedPage

Returns the middle ImportedPage in the collection.

ImportedPage

Returns the ImportedPage whose index follows the specified ImportedPage in the collection.

obj ImportedPage The ImportedPage whose index comes before the desired ImportedPage.
ImportedPage

Returns the ImportedPage with the index previous to the specified index.

obj ImportedPage The index of the ImportedPage that follows the desired ImportedPage.
String

Generates a string which, if executed, will return the ImportedPage.

Object of 6

Properties elsewhere that hold a ImportedPages.