Value
Name | Description | Value |
---|---|---|
ImportFormat.CELL_STYLES_FORMAT | Imports cell styles. | 1698919284 = 'eCst' |
ImportFormat.CHARACTER_STYLES_FORMAT | Imports character styles. | 1131565940 = 'CrSt' |
ImportFormat.OBJECT_STYLES_FORMAT | Imports object styles. | 1332368244 = 'OjSt' |
ImportFormat.PARAGRAPH_STYLES_FORMAT | Imports paragraph styles. | 1885885300 = 'phSt' |
ImportFormat.STROKE_STYLES_FORMAT | Imports stroke styles. | 1817408620 = 'lStl' |
ImportFormat.TABLE_AND_CELL_STYLES_FORMAT | Imports table and cell styles. | 1700021107 = 'eTCs' |
ImportFormat.TABLE_STYLES_FORMAT | Imports table styles. | 1700033396 = 'eTst' |
ImportFormat.TEXT_STYLES_FORMAT | Imports character and paragraph styles. | 1668305780 = 'cpSt' |
ImportFormat.TOC_STYLES_FORMAT | Imports table of contents styles. | 1415795572 = 'TcSt' |
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.3i | Contents :: Index |