The resolution strategy to employ for imported styles that have the same names as existing styles.
Static Properties
| Name | Description |
|---|---|
| DO_NOT_LOAD_THE_STYLE | Does not import styles whose names clash with existing items. |
| LOAD_ALL_WITH_OVERWRITE | Overwrites existing styles whose names clash with imported items. |
| LOAD_ALL_WITH_RENAME | Renames imported styles whose names clash with existing items to preserve existing items. |