kFileFormatRead |
Read the file, creating artwork in a new document.
The format is included in the File > Open file types. Use when adding a format.
|
kFileFormatExport |
Write the documents contents to a file in a non-Illustrator format.
The format is included in the File > Export file types. Use when adding a format.
|
kFileFormatWrite |
Write the documents contents to a file in a format from which is can be read back into Illustrator without loss of data.
The format is included in the File > Save As file types. Use when adding a format.
|
kFileFormatImportArt |
Read the file and embed artwork to the current document.
The format is included in the File > Import file types. Use when adding a format.
|
kFileFormatPlaceArt |
Read the file and embed artwork to the current document.
This is the same as kFileFormatImportArt . Use when adding a format.
|
kFileFormatConvertTemplate |
Allows "Template" to be checked in the Place dialog when linking or embedding a file of this type, so the art is placed in a template layer.
Use when adding a format.
|
kFileFormatLinkArt |
Make a link from the contents of a file to an Illustrator document.
Use when adding a format.
|
kFileFormatImportStyles |
Not used.
|
kFileFormatSuppliesPrintRecordOption |
When reading, the plug-in sets the print record.
See AIDocumentSuite::SetDocumentPrintRecord() . Use when adding a format.
|
kFileFormatIsDefaultOption |
Makes this the default format for all documents.
If specified by more than one plug-in, the last one becomes the default. Use when adding a format.
|
kFileFormatNoAutoCheckFormat |
The plug-in will not respond to the kSelectorAICheckFileFormat selector.
(For example, the PhotoShop adapter plug-in always returns kNoErr .) Use when adding a format.
|
kFileFormatCreateTemplateLayer |
Read the file, creating artwork in a new template layer in the current document.
Not used for adding a format.
|
kFileFormatHasExtendedData |
Handle the extended data passed in a Go message for a placement request or in the Set Parameters message for additional options.
Use when adding a format.
|
kFileFormatSkipStartupObjectsOption |
This file format supplies its own startup objects (colors, patterns, and so on), Illustrator does not copy the startup file Use when adding a format.
|
kFileFormatNoWarningOption |
Disable warning dialogs upon read and write.
Not used for adding a format.
|
kFileFormatSaveCopyOption |
Write the current document to a copy of the file it was loaded from.
Not used for adding a format.
|
kFileFormatExportSelection |
Write the contents of selected artwork in a document to a file in a non-Illustrator format.
The format is included in the File > Export Selection file types. Use when adding a format.
|
kFileFormatBatchExport |
Enables Batch Export mode which prevents certain actions like: 1.
Prevent individual file format plugins from showing File Replace Dialog. 2. Prevent individual file format plugins to add exported files to Recent File Menu Items. Not used when adding a format.
|
kFileFormatSuppressPluginFileNameUniquify |
Prevent a file format plugin from uniquifying file name.
Not used when adding a format.
|
kFileFormatSuppressUI |
Prevents this file format from appearing in the file selection menu of the Open, Place, Save and Export dialogs.
Use when adding a format.
|
kFileFormatWriteAs |
Set in combination with kFileFormatWrite for a Save As operation, to distinguish it from Save.
Not used for adding a format.
|
kFileFormatCheckAlways |
Always receive the Check message, even for operations this plug-in does not support.
Allows an opportunity to explicitly reject operations on files matching this plug-in's type. Use when adding a format.
|
kFileFormatContainsPartialParameters |
Handle additional parameters passed in AIFileFormatMessage::actionParm .
These supplement the usual parameters of the file format, and may not be complete. Can be used, for instance, for scripting or optimizing.
If set in the Go message for a plug-in that does not handle the option, you can ignore it. Not used for adding a format.
|
kFileFormatImportCompositeFonts |
Import only the SLO composite fonts.
Do not import artwork or other global objects, and do not perform font fauxing. Not used for adding a format.
|
kFileFormatOpenUntitledCopy |
Treat the file as stationary--that is, open a copy with an Untitled name.
Use only in conjunction with kFileFormatRead Not used for adding a format.
|
kFileFormatWriteSwatchLibrary |
An option for the native (PGF) AI File Format Writer, telling it to write out only the indicated palettes and the global objects, directly or indirectly.
Not used for adding a format.
|
kFileFormatWriteBrushLibrary |
An option for the native (PGF) AI File Format Writer, telling it to write out only the indicated palettes and the global objects, directly or indirectly.
Not used for adding a format.
|
kFileFormatWriteStyleLibrary |
An option for the native (PGF) AI File Format Writer, telling it to write out only the indicated palettes and the global objects, directly or indirectly.
Not used for adding a format.
|
kFileFormatWriteSymbolLibrary |
An option for the native (PGF) AI File Format Writer, telling it to write out only the indicated palettes and the global objects, directly or indirectly.
Not used for adding a format.
|
kFileFormatWriteInTouch |
Write the documents contents to a file in a format from which it can be read back into Illustrator without loss of data.
The format should be added if this format can be saved in touch workspace. Use when adding a format.
|