Value
Name | Description | Value |
---|---|---|
GlobalClashResolutionStrategy.DO_NOT_LOAD_THE_STYLE | Does not import styles whose names clash with existing items. | 1147495276 = 'Decl' |
GlobalClashResolutionStrategy.LOAD_ALL_WITH_OVERWRITE | Overwrites existing styles whose names clash with imported items. | 1279350607 = 'LAWO' |
GlobalClashResolutionStrategy.LOAD_ALL_WITH_RENAME | Renames 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, 28-Apr-2012 v3.0.3h | Contents :: Index |