Adobe InCopy CS6 (8.0) Object Model JS: SaveFileType

InCopy CS6

 File type options.

Value

NameDescriptionValue
SaveFileType.INCOPY_MARKUPSaves the file as an InCopy document with an ICML extension.1768123756 = 'icml'
SaveFileType.INCOPY_TEMPLATESaves the file as an InCopy template with an INCT extension.1668572788 = 'ctft'
SaveFileType.NATIVE_FILE_TYPESaves the file in the application's native file type.1851876980 = 'naft'
SaveFileType.PUBLICATION_FILE_TYPESaves the file as an InDesign document (with the file extension INDD).1886742132 = 'puft'
SaveFileType.RTF_FILE_TYPESaves the file as a rich text format file with an RTF extension.1920231028 = 'rtft'
SaveFileType.TEXT_FILE_TYPESaves 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.3iContents :: Index