Placed InDesign page attribute.
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| importedPageCrop | ImportedPageCropOptions : CROP_CONTENT CROP_BLEED CROP_SLUG |
r/w | Specifies how much of the InDesign page to place. Read only for page items. |
| pageNumber | number | r/w | Which page of the InDesign document should be placed. Read only for page items. |
| parent | Application | readonly | The parent of the ImportedPageAttribute (a Application). |
| properties | Object | r/w | A property that allows setting of several properties at the same time. |
Methods
Array of ImportedPageAttributegetElements ()
Resolves the object specifier, creating an array of object references.
string toSource ()
Generates a string which, if executed, will return the ImportedPageAttribute.
string toSpecifier ()
Retrieves the object specifier.
Element of:
Application.importedPageAttributes
Returned by:
Array of ImportedPageAttribute ImportedPageAttribute .getElements (
)