100
EXTENDING FIREWORKS
The Document object
Las
t
up
d
a
ted
12/8/2009
dom.mergeDown()
Availability
Fireworks MX.
Usage
dom.MergeDown()
Arguments
None.
Returns
Nothing.
Description
Merges selected objects to the bitmap directly below the selected objects. Succeeds only if the object immediately below
the selection is a bitmap. For more information, see
dom.isSelectionDirectlyAboveBitmapObject()
.
dom.modifyPointOnPath()
Availability
Fireworks 3.
Usage
dom.modifyPointOnPath(
ontourIndex, ptToModify, controlPointFirst, mainPoint,
controlPointLast, dReapplyAttrs, bClosePath)
Arguments
contourIndex
A zero-based index that specifies the contour into which the Bézier point is inserted. For paths with
multiple contours, the contours are in an arbitrary order.
ptToModify
A zero-based index that specifies the point to be modified.
controlPointFirst
,
mainPoint
, and
controlPointLast
Points that specify the
x,y
coordinates of the preceding
control point, the main point, and the following control point of the new point (see “
Point data type
” on page 8).
dReapplyAttrs
If
dReapplyAttrs
is
true
, the path has the document’s current fill, stroke, and so on reapplied to it.
If it is
false
, the path attributes are not changed.
bClosePath
If
bClosePath
is
true
, the path is marked as closed after modifying the point. If it is
false
, the path
retains its original open or closed value.
Returns
Nothing.
Description
Modifies an existing point on the selected path.