A book.
Go to Property Listing | Method Listing
close, exportFile, getElements, packageForGoLive, packageForPrint, print, repaginate, save, synchronize, toSource, toSpecifier
BookContents, Boolean, Document, File, Number, Object, PackageForGoLivePreference, PrintPreference, RepaginateOption, String, SynchronizeOptions
PackageForGoLivePreference, PrintPreference, SynchronizeOptions
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
read/write |
If true, automatically converts the book content object during repagination and synchronization. |
||
|
read/write |
If true, automatically updates page numbers when pages in book content files are added, deleted, or rearranged. |
||
|
readonly |
A collection of book content objects. |
||
|
readonly |
The full path to the file. |
||
|
readonly |
The full path to the Book, including the name of the Book. |
||
|
readonly |
The index of the Book within its containing object. |
||
|
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. |
||
|
readonly |
If true, the Book has been modified since it was last saved. |
||
|
readonly |
The name of the Book. |
||
|
readonly |
The Package For GoLive preference properties that define how a document is packaged for GoLive. |
||
|
readonly |
The parent of the Book (a Application). |
||
|
readonly |
Print preference settings. |
||
|
read/write |
A property that allows setting of several properties at the same time. |
||
|
read/write |
Page numbering options for book content objects within the book. |
||
|
readonly |
If true, the Book has been saved since it was created. |
||
|
read/write |
The book content object used as the style source document. |
||
|
readonly |
A collection of book synchronization option styles. |
undefined close ([saving:SaveOptions=SaveOptions], savingIn:File)
Closes the Book.
|
Parameter |
Type |
Description |
|---|---|---|
|
saving |
The option for saving changes. (Optional) (default: SaveOptions.ASK) |
|
|
savingIn |
The file path of the saved document. Note: Required only when saving the document for the first time. If the document has previously been saved, specifying a path saves a copy and closes the original document. (Optional) |
undefined exportFile (to:File)
Exports the book to PDF.
|
Parameter |
Type |
Description |
|---|---|---|
|
to |
The full path name, including the file extension '.pdf', of the pdf file. (Optional) |
Object getElements ()
Resolves the object specifier, creating an array of object references.
Boolean packageForGoLive (location:File, objects:Array of Varies Pages PageItems Texts)
Packages for GoLive
|
Parameter |
Type |
Description |
|---|---|---|
|
location |
File location for package |
|
|
objects |
Array of Pages |
Objects location for package. Can accept: Array of Pages, PageItems or Texts. (Optional) |
Boolean packageForPrint (to:File, copyingFonts:Boolean, copyingLinkedGraphics:Boolean, copyingProfiles:Boolean, updatingGraphics:Boolean, includingHiddenLayers:Boolean, ignorePreflightErrors:Boolean, creatingReport:Boolean)
Packages the document for handoff to a service provider.
|
Parameter |
Type |
Description |
|---|---|---|
|
to |
The folder, alias, or path in which to place the packaged files. |
|
|
copyingFonts |
If true, copies fonts used in the document to the package folder. |
|
|
copyingLinkedGraphics |
If true, copies linked graphics files to the package folder. |
|
|
copyingProfiles |
If true, copies color profiles to the package folder. |
|
|
updatingGraphics |
If true, updates graphics links to the package folder. |
|
|
includingHiddenLayers |
If true, copies fonts and links from hidden layers to the package. |
|
|
ignorePreflightErrors |
If true, ignores preflight errors and proceeds with the packaging. If false, cancels the packaging when errors exist. |
|
|
creatingReport |
If true, creates a package report that includes printing instructions, print settings, lists of fonts, links and required inks, and other information. |
undefined print (printDialog:Boolean, using:Varies PrinterPresetTypes PrinterPreset)
Prints the Book(s).
|
Parameter |
Type |
Description |
|---|---|---|
|
printDialog |
Whether to invoke the print dialog (Optional) |
|
|
using |
Printer preset to use. Can accept: PrinterPresetTypes enumerator or PrinterPreset. (Optional) |
undefined repaginate ()
Repaginates the book.
undefined save (to:File)
Saves the book.
|
Parameter |
Type |
Description |
|---|---|---|
|
to |
The full path name, including the book file extension '.indb', that specifies where to save the book. (Optional) |
undefined synchronize ()
Synchronizes the entire book to the style source document.
String toSource ()
Generates a string which, if executed, will return the Book.
String toSpecifier ()
Retrieves the object specifier.
BookContent.parent
PackageForGoLivePreference.parent
PrintPreference.parent
SynchronizeOption.parent