167
EXTENDING FIREWORKS
The Document object
Las
t
up
d
a
ted
12/8/2009
See also
dom.addNewRectanglePrimitive()
,
dom.setRectSides()
dom.setRectRoundnessMode()
Availability
Fireworks 4.
Usage
dom.setRectRoundnessMode(
mode
)
Arguments
mode
String that specifies the mode of corner roundness of the rectangle as either a percentage value or or exact pixel
value.
Returns
Nothing.
Description
Specifies the mode of corner roundness of the rectangle as either a percentage value or or exact pixel value.
See also
dom.addNewRectanglePrimitive()
,
dom.setRectSides()
dom.setRectSides()
Availability
Fireworks 4.
Usage
dom.setRectSides(
newSides
)
Arguments
newSides
A rectangle that specifies the new untransformed sides of the rectangle primitive (see “
Rectangle data type
”
on page 8). Rectangle primitives remember their transformations, so the user sees the transformed result of
newSides
in the document.
Returns
Nothing.
Description
Modifies the untransformed sides of all selected rectangle primitives.
See also
dom.addNewRectanglePrimitive()
,
dom.setRectRoundnessMode()