A collection of books.
Element
book content
synchronize option
book Properties
| Property | Type | Access | Description |
|---|---|---|---|
| automatic document conversion | boolean | r/w | If true, automatically converts the book content object during repagination and synchronization. |
| automatic pagination | boolean | r/w | If true, automatically updates page numbers when pages in book content files are added, deleted, or rearranged. |
| class | type class | read | The class descriptor type. |
| file path | alias or string | read | The full path to the file. |
| full name | alias or string | read | The full path to the book, including the name of the book. |
| index | integer | read | The index of the book within its containing object. |
| insert blank page | boolean | r/w | 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. |
| label | string | r/w | A property that can be set to any string. |
| merge identical layers | boolean | r/w | If true, merges identically named layers when exporting to PDF. |
| modified | boolean | read | If true, the book has been modified since it was last saved. |
| name | string | read | The name of the book. |
| object reference | book | read | An object reference for the book. |
| parent | reference | read | The parent of the book (a application). |
| print preferences | print preference | read | Print preference settings. |
| properties | record | r/w | A property that allows setting of several properties at the same time. |
| repagination option | next page, next odd page, next even page, |
r/w | Page numbering options for book content objects within the book. |
| saved | boolean | read | If true, the book has not been saved since it was created. |
| style source document | reference | r/w | Current master document. Can return: document or book content. |