A spread.
Go to Property Listing | Method Listing
createGuides, detach, duplicate, extractLabel, getElements, insertLabel, move, place, placeXML, remove, removeOverride, setContent, toSource, toSpecifier
Boolean, Buttons, FlattenerPreference, FormFields, Graphic, GraphicLines, Groups, Guides, MasterSpread, NothingEnum, Number, Object, Ovals, PageItem, PageItems, Pages, Polygons, Rectangles, SpreadFlattenerLevel, String, TextFrames
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
readonly |
Lists all graphics contained by the Spread. |
||
|
readonly |
Lists all page items contained by the Spread. |
||
|
read/write |
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. |
||
|
read/write |
The master spread applied to the Spread. Can also accept: NothingEnum enumerator. |
||
|
readonly |
A collection of buttons. |
||
|
read/write |
The transparency flattener preferences override for the spread. |
||
|
readonly |
Flattener preference settings. |
||
|
readonly |
A collection of form fields. |
||
|
readonly |
A collection of graphic lines. |
||
|
readonly |
A collection of groups. |
||
|
readonly |
A collection of guides. |
||
|
readonly |
The unique ID of the Spread. |
||
|
readonly |
The index of the Spread within its containing object. |
||
|
read/write |
A property that can be set to any string. |
||
|
readonly |
A collection of ellipses. |
||
|
readonly |
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. |
||
|
readonly |
A collection of pages. |
||
|
readonly |
The parent of the Spread (a Document). |
||
|
readonly |
A collection of polygons. |
||
|
read/write |
A property that allows setting of several properties at the same time. |
||
|
readonly |
A collection of rectangles. |
||
|
read/write |
If true, displays master page items on document pages in the spread. |
||
|
readonly |
A collection of text frames. |
undefined createGuides ([numberOfRows:Number=Number], [numberOfColumns:Number=Number], [rowGutter:Number String], [columnGutter:Number String], guideColor:Array of Varies 3 Reals (0 - 255) UIColors, [fitMargins:Boolean=Boolean], [removeExisting:Boolean=Boolean], layer:Layer)
Creates multiple guides on all pages of the spread.
|
Parameter |
Type |
Description |
|---|---|---|
|
numberOfRows |
Number (range 0 - 40) |
The number of rows to create on each page. (Optional) (default: 0) |
|
numberOfColumns |
Number (range 0 - 40) |
The number of columns to create on each page. (Optional) (default: 0) |
|
rowGutter |
The height of the gutter between rows. (Optional) |
|
|
columnGutter |
The width of the gutter between columns. (Optional) |
|
|
guideColor |
Array of 3 Reals (0 - 255) |
The color to make the guides, specified either as an array of three doubles, each in the range 0 to 255 and representing R, G, and B values, or as a UI color. Can accept: Array of 3 Reals (0 - 255) or UIColors enumerator. (Optional) |
|
fitMargins |
If true, the row height and column width are calculated based on the space within the page margins. If false, row height and column width are calculated based on the full page. (Optional) (default: false) |
|
|
removeExisting |
If true, removes existing guides when creating new ones. (Optional) (default: false) |
|
|
layer |
The layer on which to create the guides. (Optional) |
undefined detach ()
Detaches an overridden master page item from the master page.
Varies duplicate ([to:LocationOptions=LocationOptions], reference:Varies Document Spread MasterSpread)
Duplicates the spread.
|
Parameter |
Type |
Description |
|---|---|---|
|
to |
The location of the spread relative to the reference object or within the document. (Optional) (default: LocationOptions.AT_END) |
|
|
reference |
The reference object. Note: Required only when the to parameter specifies before or after. Can accept: Spread, Document or MasterSpread. (Optional) |
String extractLabel (key:String)
Gets the label value associated with the specified key.
|
Parameter |
Type |
Description |
|---|---|---|
|
key |
The key. |
Spread getElements ()
Resolves the object specifier, creating an array of object references.
undefined insertLabel (key:String, value:String)
Sets the label to the value associated with the specified key.
Spread move ([to:LocationOptions=LocationOptions], reference:Varies Page Spread Document)
Moves the spread.
|
Parameter |
Type |
Description |
|---|---|---|
|
to |
The location of the spread relative to the reference object or within the document. (Optional) (default: LocationOptions.AT_END) |
|
|
reference |
The reference object. Note: Required when the to parameter specifies before or after. Can accept: Spread, Page or Document. (Optional) |
Varies place (fileName:File, placePoint:Array of Number String, destinationLayer:Layer, [showingOptions:Boolean=Boolean], [autoflowing:Boolean=Boolean], withProperties:Object)
Places the file.
|
Parameter |
Type |
Description |
|---|---|---|
|
fileName |
The file to place |
|
|
placePoint |
The point at which to place (Optional) |
|
|
destinationLayer |
The layer on which to place (Optional) |
|
|
showingOptions |
Whether to display the import options dialog (Optional) (default: false) |
|
|
autoflowing |
Whether to autoflow placed text (Optional) (default: false) |
|
|
withProperties |
Initial values for properties of the placed object(s) (Optional) |
PageItem placeXML (using:XMLElement, placePoint:Array of Number String, [autoflowing:Boolean=Boolean])
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.
|
Parameter |
Type |
Description |
|---|---|---|
|
using |
The XML element to place. |
|
|
placePoint |
The point at which to place the object, specified in the format [x, y]. |
|
|
autoflowing |
If true, autoflows placed text. (Optional) (default: false) |
undefined remove ()
Deletes the Spread.
undefined removeOverride ()
Removes the override from a previously overridden master page item.
PageItem setContent (using:String, relativeBasePath:String)
Replaces the content of XML element with content imported from a file.
|
Parameter |
Type |
Description |
|---|---|---|
|
using |
The file path to the import file. |
|
|
relativeBasePath |
Base path used to resolve relative paths. (Optional) |
String toSource ()
Generates a string which, if executed, will return the Spread.
String toSpecifier ()
Retrieves the object specifier.
LayoutWindow.activeSpread
Button.parent
FlattenerPreference.parent
FormField.parent
GraphicLine.parent
Group.parent
Guide.parent
Oval.parent
Page.parent
PageItem.parent
Polygon.parent
Rectangle.parent
TextFrame.parent