Adobe InDesign CS6 (8.0) Object Model JS: SaveOptions

InDesign CS6

 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, 28-Apr-2012 v3.0.3hContents :: Index