User Guide
160 Fireworks JavaScript API
dom.clipCopyAsPaths()
Availability
Fireworks MX.
Usage
dom.clipCopyAsPaths()
Arguments
None.
Returns
Nothing.
Description
Copies the selection to the Clipboard in Adobe Illustrator format.
Example
The following command copies the selected items to the Clipboard in Adobe Illustrator
format:
fw.getDocumentDOM().clipCopyAsPaths();
dom.clipCopyFormats()
Availability
Fireworks MX.
Usage
dom.clipCopyFormats(format)
Arguments
format The graphics format for the selection. For example, "AICB" is the Adobe
Illustrator format.
Returns
Nothing.
Description
Copies the selection to the Clipboard using the specified format.