Adobe 38039927 - Fireworks CS3 - PC Extended User Manual page 108

Extending fireworks
Hide thumbs Also See for 38039927 - Fireworks CS3 - PC:
Table of Contents

Advertisement

ADOBE FIREWORKS CS3
104
Extending Guide
Description
Removes 9-slice scaling from the selected symbol.
Example
The following command removes 9-slice scaling from the selected symbol:
fw.getDocumentDOM().removeNineScale();
dom.removeTransformation()
Availability
Fireworks 3.
Usage
dom.removeTransformation()
Arguments
None.
Returns
Nothing.
Description
Removes the transformations, if any, from the selected text or instances.
dom.reorderFrame()
Availability
Fireworks 3.
Usage
dom.reorderFrame(frameToMove, frameToPutItBefore, bMakeCopy)
Arguments
A zero-based index that specifies which frame to move or copy.
frameToMove
A zero-based index that specifies where to place the frame that is to be moved or copied.
frameToPutItBefore
For example, if you pass
for
and
for
, the second frame is placed before the
1
frameToMove
0
frameToPutItBefore
first frame.
If
is
, the specified frame is copied instead of moved.
bMakeCopy
bMakeCopy
true
Returns
Nothing.
Description
Moves or copies the specified frame before another specified frame.
Example
The following command moves the third frame before the first frame:
fw.getDocumentDOM().reorderFrame(2, 0, false);

Advertisement

Table of Contents
loading

This manual is also suitable for:

Fireworks cs3

Table of Contents