Value
| Name | Description | Value |
|---|---|---|
| SaveFileType.INCOPY_MARKUP | Saves the file as an InCopy document with an ICML extension. | 1768123756 = 'icml' |
| SaveFileType.INCOPY_TEMPLATE | Saves the file as an InCopy template with an INCT extension. | 1668572788 = 'ctft' |
| SaveFileType.NATIVE_FILE_TYPE | Saves the file in the application's native file type. | 1851876980 = 'naft' |
| SaveFileType.PUBLICATION_FILE_TYPE | Saves the file as an InDesign document (with the file extension INDD). | 1886742132 = 'puft' |
| SaveFileType.RTF_FILE_TYPE | Saves the file as a rich text format file with an RTF extension. | 1920231028 = 'rtft' |
| SaveFileType.TEXT_FILE_TYPE | Saves the file as a text file with a TXT extension. | 1952802420 = 'teft' |
Usage
In function
Document Document.save ([to: File][, fileType: SaveFileType=SaveFileType.NATIVE_FILE_TYPE])
void Document.saveACopy ([to: File][, fileType: SaveFileType=SaveFileType.NATIVE_FILE_TYPE])
| Jongware, 29-Apr-2012 v3.0.3i | Contents :: Index |