55
EXTENDING FIREWORKS
The Document object
Las
t
up
d
a
ted
12/8/2009
Description
Clears the “Selective JPEG mask” for the document.
dom.clipCopy()
Availability
Fireworks 3.
Usage
dom.clipCopy()
Arguments
None.
Returns
Nothing.
Description
Copies the selection to the clipboard.
Example
The following command copies the selected items to the clipboard:
fw.getDocumentDOM().clipCopy();
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();