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