ImportedPages
Imported InDesign pages.
Go to Property Listing | Method Listing
Methods:
[], add, anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The number of objects in the collection. |
Method Listing
ImportedPage [] (index:Number)
Returns the ImportedPage with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
ImportedPage add (withProperties:Object)
Creates a new ImportedPage.
Parameter |
Type |
Description |
---|---|---|
withProperties |
Initial values for properties of the new ImportedPage (Optional) |
ImportedPage anyItem ()
Returns any ImportedPage in the collection.
Number count ()
Displays the number of elements in the ImportedPage.
ImportedPage everyItem ()
Returns every ImportedPage in the collection.
ImportedPage firstItem ()
Returns the first ImportedPage in the collection.
ImportedPage item (index:Varies LongInteger String)
Returns the ImportedPage with the specified index or name.
Parameter |
Type |
Description |
---|---|---|
index |
LongInteger |
The index or name. Can accept: Long Integer or String. |
ImportedPage itemByID (id:Number)
Returns the ImportedPage with the specified ID.
Parameter |
Type |
Description |
---|---|---|
id |
The ID. |
ImportedPage itemByName (name:String)
Returns the ImportedPage with the specified name.
Parameter |
Type |
Description |
---|---|---|
name |
The name. |
ImportedPage itemByRange (from:Varies ImportedPage LongInteger String, to:Varies ImportedPage LongInteger String)
Returns the ImportedPages within the specified range.
Parameter |
Type |
Description |
---|---|---|
from |
LongInteger |
The ImportedPage, index, or name at the beginning of the range. Can accept: ImportedPage, Long Integer or String. |
to |
LongInteger |
The ImportedPage, index, or name at the end of the range. Can accept: ImportedPage, Long Integer or String. |
ImportedPage lastItem ()
Returns the last ImportedPage in the collection.
ImportedPage middleItem ()
Returns the middle ImportedPage in the collection.
ImportedPage nextItem (obj:ImportedPage)
Returns the ImportedPage whose index follows the specified ImportedPage in the collection.
Parameter |
Type |
Description |
---|---|---|
obj |
The ImportedPage whose index comes before the desired ImportedPage. |
ImportedPage previousItem (obj:ImportedPage)
Returns the ImportedPage with the index previous to the specified index.
Parameter |
Type |
Description |
---|---|---|
obj |
The index of the ImportedPage that follows the desired ImportedPage. |
String toSource ()
Generates a string which, if executed, will return the ImportedPage.
Object of
PlaceGun.importedPages
Oval.importedPages
Rectangle.importedPages
GraphicLine.importedPages
Polygon.importedPages
SplineItem.importedPages