Adobe InDesign CS3 (5.0) Object Model JS: BookContentStatus
From InDesign CS3
Book content file status options.
Value
| Name | Description | Value |
|---|---|---|
| BookContentStatus.DOCUMENT_IN_USE | The book content object is being used by someone else and is therefore locked. | 1148150601 = 'DocI' |
| BookContentStatus.DOCUMENT_IS_OPEN | The book content object is open. | 1148150607 = 'DocO' |
| BookContentStatus.DOCUMENT_OUT_OF_DATE | The book content object has been modified after repagination. | 1148150596 = 'DocD' |
| BookContentStatus.MISSING_DOCUMENT | The book content object is missing because it has been moved, renamed, or deleted. | 1148150605 = 'DocM' |
| BookContentStatus.NORMAL | The book content object is not open and is unchanged. | 1852797549 = 'norm' |
Usage
As property
BookContent.status
| Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |