Adds an event listener.
BookContent
A document added to a book.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| Date | readonly | The date and time the BookContent was created. | |
| String | readonly | The page range of the book content object within the book. | |
| EventListeners |
readonly | A collection of event listeners. | |
| Events |
readonly | A collection of events. | |
| File async | readonly | The full path to the file. | |
| File async | readonly | The full path to the BookContent, including the name of the BookContent. | |
| Number | readonly | The unique ID of the BookContent. | |
| Number | readonly | The index of the BookContent within its containing object. | |
| Boolean | readonly | Returns true if the object specifier resolves to valid objects. | |
| String | read/write | A property that can be set to any string. | |
| String | readonly | The name of the BookContent. | |
| Book | readonly | The parent of the BookContent (a Book). | |
| Object | read/write | A property that allows setting of several properties at the same time. | |
| Number | readonly | The size of the BookContent file. | |
| BookContentStatus | readonly | The status of the book content object file. |
Methods
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.
Moves the book content object.
Preflight a book content object and optionally save the resulting report.
Deletes the BookContent.
Removes the event listener.
Replaces a book content object with a new file. Note: If the new file replaces the current style source document, the new file becomes the style source document.
Matches the formatting of the book content object to the style source document.
Generates a string which, if executed, will return the BookContent.
Retrieves the object specifier.
Object of 4
Properties elsewhere that hold a BookContent.
Parameter of 5
Method parameters that accept a BookContent.
Return 16
Methods that return a BookContent.