Adds an event listener.
Book
A book.
Book
5 preference objects
EPubExportPreference | EPubFixedLayoutExportPreference | Preference | PreflightBookOption | PrintPreference
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| Boolean | read/write | If true, automatically converts the book content object during repagination and synchronization. | |
| Boolean | read/write | If true, automatically updates page numbers when pages in book content files are added, deleted, or rearranged. | |
| BookContents |
readonly | A collection of book content objects. | |
| EPubExportPreference | readonly | EPub export preference settings. | |
| EPubFixedLayoutExportPreference | readonly | EPub fixed layout export preference settings. | |
| EventListeners |
readonly | A collection of event listeners. | |
| Events |
readonly | A collection of events. | |
| Folder async | readonly | The path to the folder containing the book. | |
| File async | readonly | The full path to the Book, including the name of the Book. | |
| Number | readonly | The index of the Book within its containing object. | |
| Boolean | read/write | If true, inserts a blank page as necessary to fill in page number gaps caused by the odd or even specification set in the repagination option. | |
| Boolean | readonly | Returns true if the object specifier resolves to valid objects. | |
| String | read/write | A property that can be set to any string. | |
| Boolean | read/write | If true, merges identically named layers when exporting to PDF. | |
| Boolean | readonly | If true, the Book has been modified since it was last saved. | |
| String | readonly | The name of the Book. | |
| Application | readonly | The parent of the Book (a Application). | |
| Preferences |
readonly | A collection of preferences objects. | |
| PreflightBookOption | readonly | Preflight book option settings. | |
| PrintPreference | readonly | Print preference settings. | |
| Object | read/write | A property that allows setting of several properties at the same time. | |
| RepaginateOption | read/write | Page numbering options for book content objects within the book. | |
| Boolean | readonly | If true, the Book has been saved since it was created. | |
| SmartMatchOptions | read/write | How to match styles with same name while synchronizing a book. | |
| Document | BookContent | read/write | Current style source document. Can return: Document or BookContent. | |
| Boolean | read/write | If true, synchronize bullets and numbering. | |
| Boolean | read/write | If true, synchronize cell styles. | |
| Boolean | read/write | If true, synchronize character styles. | |
| Boolean | read/write | If true, synchronize conditional text. | |
| Boolean | read/write | If true, synchronize cross reference formats | |
| Boolean | read/write | If true, synchronize master pages. | |
| Boolean | read/write | If true, synchronize object styles. | |
| Boolean | read/write | If true, synchronize paragraph styles. | |
| Boolean | read/write | If true, synchronize swatches. | |
| Boolean | read/write | If true, synchronize table of content styles. | |
| Boolean | read/write | If true, synchronize table styles. | |
| Boolean | read/write | If true, synchronize text variables. | |
| Boolean | read/write | If true, synchronize trap styles. |
Methods
Close the Book
Exports the book to a file.
Gets the label value associated with the specified key.
Resolves the object specifier, creating an array of object references.
Sets the label to the value associated with the specified key.
Packages the document.
Preflight a book and optionally save the resulting report.
Prints the Book(s).
Removes the event listener.
Repaginates the book.
Saves the book.
Synchronizes the entire book to the style source document.
Generates a string which, if executed, will return the Book.
Retrieves the object specifier.
Updates the cross references in the entire book.
Update all numbers (e.g. Page numbers, chapter numbers and paragraph numbers) throughout the book.
Updates chapter numbers and paragraph numbers throughout the book.
Object of 10
Properties elsewhere that hold a Book.
Parameter of 4
Method parameters that accept a Book.
Return 13
Methods that return a Book.