Spread
A spread.
Spread Properties
| Property |
Type |
Access |
Description |
| AllGraphics |
Array of Graphics |
read |
All graphics contained by the object. |
| AllPageItems |
Array of PageItems |
read |
All page items contained by the object. |
| AppliedMaster |
MasterSpread, idNothingEnum enumeration |
r/w |
Master applied to this object. |
| Buttons |
Buttons |
read |
The buttons contained by the object. |
| FlattenerOverride |
idSpreadFlattenerLevel enumeration |
r/w |
Transparency flattener override option. |
| FlattenerPreferences |
FlattenerPreference |
read |
Flattener preferences. |
| FormFields |
FormFields |
read |
The form fields contained by the object. |
| GraphicLines |
GraphicLines |
read |
The graphic lines contained by the object. |
| Groups |
Groups |
read |
The groups contained by the object. |
| Guides |
Guides |
read |
Every guide. |
| Id |
Long |
read |
A unique number identifying the object. |
| Index |
Long |
read |
Index of the object within its parent object. |
| KeepTogether |
Boolean |
r/w |
Whether the pages of the spread should stay together. |
| Label |
String |
r/w |
A label that can be set to any string. |
| Ovals |
Ovals |
read |
All ovals contained by the object. |
| PageItems |
PageItems |
read |
The page items contained by the object. |
| Pages |
Pages |
read |
Every page. |
| Parent |
Object |
read |
The parent of the object. |
| Polygons |
Polygons |
read |
The polygons contained by the object. |
| Rectangles |
Rectangles |
read |
The rectangles contained by the object. |
| ShowMasterItems |
Boolean |
r/w |
Whether items on a master are displayed. |
| TextFrames |
TextFrames |
read |
The text frames contained by the object. |
Spread Methods
| Method |
Returns |
Description |
| CreateGuides |
Nothing |
Create multiple guides on all pages of a spread. |
| Delete |
Nothing |
Deletes the object. |
| Detach |
Nothing |
Detaches an overridden page item from the master page item. |
| Duplicate |
Spread or MasterSpread |
Duplicates the object. |
| ExtractLabel |
String |
Gets the content of the label associated with the specified key (name). |
| InsertLabel |
Nothing |
Sets the content of the label associated with the specified key (name), creating the label if it does not already exist. |
| Move |
Spread |
Moves the object. |
| Place |
PageItem, Graphic, Movie, Sound, Story or Text |
Places a file. |
| RemoveOverride |
Nothing |
Removes a locally overridden master page item. |
Previous post: Spreads
Next post: SpellPreference