ExportForWebPreference
Export for web preferences.
Instance
Read Only
Boolean isValid
Returns true if the object specifier resolves to valid objects.
Read Only
Mixed parent
The parent of the ExportForWebPreference (a Application or Document).
Read Only
Events events
A collection of events.
Read Only
EventListeners eventListeners
A collection of event listeners.
Boolean copyFormattedImages
If true, copies formatted images to the images subfolder.
Boolean copyOptimizedImages
If true, copies optimized images to the images subfolder.
Boolean copyOriginalImages
If true, copies original images to the images subfolder.
ImageConversion imageConversion
The file format to use for converted images. Note: Valid only when copy optimized images and/or copy formatted images is true.
GIFOptionsPalette gifOptionsPalette
The color palette for GIF conversion. Note: Not valid when image conversion is JPEG.
Boolean gifOptionsInterlaced
If true, generates interlaced GIFs. Note: Not valid when image conversion is JPEG.
JPEGOptionsQuality jpegOptionsQuality
The quality of converted JPEG images. Note: Not valid when image conversion is GIF.
JPEGOptionsFormat jpegOptionsFormat
The formatting method for converted JPEG images. Note: Not valid when image conversion is GIF.
Object properties
A property that allows setting of several properties at the same time.
Methods
String toSource()
Generates a string which, if executed, will return the ExportForWebPreference.
ExportForWebPreference getElements()
Resolves the object specifier, creating an array of object references.
String toSpecifier()
Retrieves the object specifier.
EventListener addEventListener( String eventType, Mixed handler, Boolean captures )
Adds an event listener.
Parameters
Type Name Description String eventType The event type. Mixed handler The event handler. Can accept: File or JavaScript Function. Boolean captures This parameter is obsolete. (Optional)
Boolean removeEventListener( String eventType, Mixed handler, Boolean captures )
Removes the event listener.
Parameters
Type Name Description String eventType The registered event type. Mixed handler The registered event handler. Can accept: File or JavaScript Function. Boolean captures This parameter is obsolete. (Optional)