Book
A books.
Book Properties
| Property |
Type |
Access |
Description |
| AutomaticDocumentConversion |
Boolean |
r/w |
If true, automatically convert book content documents during repagination and synchronization. |
| AutomaticPagination |
Boolean |
r/w |
If true, automatically repaginate book content documents when pagination changes. |
| BookContents |
BookContents |
read |
The book contents objects in the book. |
| FilePath |
File (String) |
read |
The file path. |
| FullName |
File (String) |
read |
The full path including the name. |
| Index |
Long |
read |
Index of the object within its parent object. |
| InsertBlankPage |
Boolean |
r/w |
If true, insert blank pages as necessary to meet the repagination options settings. |
| Modified |
Boolean |
read |
If true, the book has been modified since it was last saved. |
| Name |
String |
read |
The name of the object. |
| PackageForGoLivePreferences |
PackageForGoLivePreference |
read |
The default Package For GoLive preferences. |
| Parent |
Object |
read |
The parent of the object. |
| PrintPreferences |
PrintPreference |
read |
Print preferences. |
| RepaginationOption |
idRepaginateOption enumeration |
r/w |
Options for repagination. |
| Saved |
Boolean |
read |
If true, the book has been saved since it was created. |
| StyleSourceDocument |
Document |
r/w |
Current master document. |
| SynchronizeOptions |
SynchronizeOptions |
read |
Every synchronize option style. |
Book Methods
| Method |
Returns |
Description |
| Close |
Nothing |
Closes the book. |
| Export |
Nothing |
Exports the object to a file. |
| Package |
Boolean |
Packages the book. |
| PackageForGoLive |
Boolean |
Packages for GoLive. |
| PrintOut |
Nothing |
Prints the book. |
| Repaginate |
Nothing |
Repaginates the book. |
| Save |
Nothing |
Saves the book. |
| Synchronize |
Nothing |
Synchronizes all of the documents in the book to the style source document. |
Previous post: BookContent
Next post: Behaviors