| 値 | 内容 |
|---|---|
| DocumentPresetType.BasicCMYK | 基本CMYK |
| DocumentPresetType.BasicRGB | 基本RGB |
| DocumentPresetType.Print | プリント/印刷 |
| DocumentPresetType.Mobile | モバイル |
| DocumentPresetType.Video | ビデオとフィルム |
| DocumentPresetType.Web | Web |
var pFile=app.getPresetFileOfType(DocumentPresetType.Video); alert(pFile);