Adobe InDesign CS4 (6.0) Object Model JS: GlobalClashResolutionStrategy

InDesign CS4

 The resolution strategy to employ for imported styles that have the same names as existing styles.

Value

NameDescriptionValue
GlobalClashResolutionStrategy.DO_NOT_LOAD_THE_STYLEDoes not import styles whose names clash with existing items.1147495276 = 'Decl'
GlobalClashResolutionStrategy.LOAD_ALL_WITH_OVERWRITEOverwrites existing styles whose names clash with imported items.1279350607 = 'LAWO'
GlobalClashResolutionStrategy.LOAD_ALL_WITH_RENAMERenames imported styles whose names clash with existing items to preserve existing items.1279350610 = 'LAWR'

Usage

In function

void Application.importStyles (format: ImportFormat, from: File[, globalStrategy: GlobalClashResolutionStrategy=GlobalClashResolutionStrategy.LOAD_ALL_WITH_OVERWRITE])

void Document.importStyles (format: ImportFormat, from: File[, globalStrategy: GlobalClashResolutionStrategy=GlobalClashResolutionStrategy.LOAD_ALL_WITH_OVERWRITE])

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