Spread
A spread.
Instance
Read Only
FlattenerPreference flattenerPreferences
Flattener preference settings.
Read Only
Number index
The index of the Spread within its containing object.
Read Only
PageItem allPageItems
Lists all page items contained by the Spread.
Read Only
Graphic allGraphics
Lists all graphics contained by the Spread.
Read Only
TimingSetting timingSettings
The object timing settings.
Read Only
Number id
The unique ID of the Spread.
Read Only
Boolean isValid
Returns true if the object specifier resolves to valid objects.
Read Only
Document parent
The parent of the Spread (a Document).
Read Only
Preferences preferences
A collection of preferences objects.
Read Only
Pages pages
A collection of pages.
Read Only
Ovals ovals
A collection of ellipses.
Read Only
SplineItems splineItems
The spline items collection.
Read Only
PageItems pageItems
The page items collection, which can be used to process all page items in a container (such as a document, page, or group), regardless of type.
Read Only
Rectangles rectangles
A collection of rectangles.
Read Only
GraphicLines graphicLines
A collection of graphic lines.
Read Only
TextFrames textFrames
A collection of text frames.
Read Only
Polygons polygons
A collection of polygons.
Read Only
EndnoteTextFrames endnoteTextFrames
A collection of endnote text frames.
Read Only
Events events
A collection of events.
Read Only
EventListeners eventListeners
A collection of event listeners.
Read Only
Guides guides
A collection of guides.
Read Only
Groups groups
A collection of groups.
Read Only
EPSTexts epstexts
EPSTexts
Read Only
FormFields formFields
A collection of form fields.
Read Only
Buttons buttons
A collection of buttons.
Read Only
MultiStateObjects multiStateObjects
A collection of multi-state objects.
Read Only
CheckBoxes checkBoxes
A collection of checkboxes.
Read Only
ComboBoxes comboBoxes
A collection of comboboxes.
Read Only
ListBoxes listBoxes
A collection of listboxes.
Read Only
RadioButtons radioButtons
A collection of radio buttons.
Read Only
TextBoxes textBoxes
A collection of text boxes.
Read Only
SignatureFields signatureFields
A collection of signature fields.
SpreadFlattenerLevel flattenerOverride
The transparency flattener preferences override for the spread.
Boolean allowPageShuffle
If true, guarantees that when pages are added to a spread it will contain a maximum of two pages. If false, allows pages to be added or moved into existing spreads. For override information, see preserve layout when shuffling.
Boolean showMasterItems
If true, displays master page items on document pages in the spread.
MasterSpread appliedMaster
The master spread applied to the Spread. Can also accept: NothingEnum enumerator.
String idmlComponentName
The IDML component name of the Spread.
PageTransitionTypeOptions pageTransitionType
The type of page transition.
PageTransitionDirectionOptions pageTransitionDirection
The direction of the page transition.
PageTransitionDurationOptions pageTransitionDuration
The duration of the page transition.
String label
A property that can be set to any string.
String name
The name of the Spread; this is an alias to the Spread's label property.
Object properties
A property that allows setting of several properties at the same time.
Methods
PageItem placeXML( XMLElement using, Measurement Unit (Number or String)=any placePoint, Boolean autoflowing )
Places the XML element onto a page. If the place point is above an existing page item, place the XML element into the page item.
Parameters
PageItem setContent( String using, String relativeBasePath )
Replaces the content of XML element with content imported from a file.
Parameters
Spread move( LocationOptions to, Mixed reference )
Moves the spread.
Parameters
remove()
Deletes the Spread.
Mixed duplicate( LocationOptions to, Mixed reference )
Duplicates the spread.
Parameters
Story placeAndLink( Story parentStory, Measurement Unit (Number or String)=any placePoint, Layer destinationLayer, Boolean showingOptions )
Deprecated: Use contentPlace method. Original Description: Create a linked story and place it into the target.
Parameters
Mixed place( File fileName, Measurement Unit (Number or String)=any placePoint, Layer destinationLayer, Boolean showingOptions, Boolean autoflowing, Object withProperties )
Places the file.
Parameters
removeOverride()
Removes the override from a previously overridden master page item.
detach()
Detaches an overridden master page item from the master page.
select( SelectionOptions existingSelection )
Selects the object.
Parameters
createGuides( Number numberOfRows, Number numberOfColumns, Measurement Unit (Number or String)=any rowGutter, Measurement Unit (Number or String)=any columnGutter, Mixed guideColor, Boolean fitMargins, Boolean removeExisting, Layer layer )
Creates multiple guides on all pages of the spread.
Parameters
transform( CoordinateSpaces in, Mixed from, Mixed withMatrix, Mixed replacingCurrent, Boolean consideringRulerUnits )
Transform the page item.
Parameters
TransformationMatrix transformValuesOf( CoordinateSpaces in )
Get the transformation values of the page item.
Parameters
Mixed resolve( Mixed location, CoordinateSpaces in, Boolean consideringRulerUnits )
Get the coordinates of the given location in the specified coordinate system.
Parameters
Mixed contentPlace( PageItem pageItems, Boolean linkPageItems, Boolean linkStories, Boolean mapStyles, Measurement Unit (Number or String)=any placePoint, Layer destinationLayer, Boolean showingOptions )
Duplicate an object and place it into the target.
Parameters
insertLabel( String key, String value )
Sets the label to the value associated with the specified key.
Parameters
String extractLabel( String key )
Gets the label value associated with the specified key.
Parameters
String toSource()
Generates a string which, if executed, will return the Spread.
Spread getElements()
Resolves the object specifier, creating an array of object references.
String toSpecifier()
Retrieves the object specifier.
EventListener addEventListener( String eventType, Mixed handler, Boolean captures )
Adds an event listener.
Parameters
Boolean removeEventListener( String eventType, Mixed handler, Boolean captures )
Removes the event listener.