Adobe InDesign CS3 (5.0) Object Model JS: SaveOptions

InDesign CS3

 Options for saving a document before closing or quitting.

Value

NameDescriptionValue
SaveOptions.ASKDisplays a prompts asking whether to save changes.1634954016 = 'ask '
SaveOptions.NODoes not save changes.1852776480 = 'no '
SaveOptions.YESSaves changes.2036691744 = 'yes '

Usage

In function

void Application.quit ([saving: SaveOptions=SaveOptions.ASK])

void Book.close ([saving: SaveOptions=SaveOptions.ASK][, savingIn: File][, versionComments: string][, forceSave: bool=false])

void Document.close ([saving: SaveOptions=SaveOptions.ASK][, savingIn: File][, versionComments: string][, forceSave: bool=false])

Jongware, 27-Jun-2010 v3.0.3dContents :: Index