Adobe 65011817 - Fireworks CS4 - Mac Extended User Manual page 72

Extending guide
Hide thumbs Also See for 65011817 - Fireworks CS4 - Mac:
Table of Contents

Advertisement

Last updated 12/8/2009
Arguments
A long value that indicates the page number of the page to be deleted.
pageNum
Returns
Nothing.
Description
Deletes a specified page from the current document. For example:
fw.getDocumentDOM().deletePageAt(0)
dom.deletePointOnPath()
Availability
Fireworks 4.
Usage
dom.deletePointOnPath(contourIndex, pointIndex)
Arguments
An integer value that specifies the contour that contains the point to be deleted, starting with
contourIndex
(although, to specify the current contour, pass –
An integer value that specifies the point to be deleted, starting with
pointIndex
point, pass –
here).
1
Returns
Nothing.
Description
Deletes the specified point on the currently selected path. If the point is the only one on its contour, the entire contour
is deleted. If the point is the only one in the path, the entire path is deleted. The specified point does not need to be
selected.
Example
The following command deletes the currently selected point:
fw.getDocumentDOM().deletePointOnPath(-1, -1);
dom.deleteSavedSelection()
Availability
Fireworks 3.
Usage
dom.deleteSavedSelection(selection)
here).
1
EXTENDING FIREWORKS
The Document object
(although, to specify the current
0
68
0

Advertisement

Table of Contents
loading

This manual is also suitable for:

Fireworks cs4

Table of Contents