User Guide
Document functions 153
Arguments
pt A point that specifies the x,y coordinates of the point to be added (see “Point data type”
on page 12).
tolerance A floating-point value > = 0 that specifies the tolerance between the new point
and the starting point of the polyline path. If the new point is within
tolerance of the
starting point, the polyline path is closed.
Returns
Nothing.
Description
Appends a point to the selected unclosed polygon slice. If an unclosed polygon slice is not
selected, then a new polygon slice is created with the single point that passed in.
dom.applyCharacterMarkup()
Availability
Fireworks 3, updated in Fireworks 4.
Usage
dom.applyCharacterMarkup(tag)
Arguments
tag Acceptable values for tag are "b", "i", and "u", for bold, italic, and underline: and
"fwplain", which was added in Fireworks 4, for text with no character markup.
Returns
Nothing.
Description
Applies the specified character markup to the selected text.
dom.applyCurrentFill()
Availability
Fireworks 3.
Usage
dom.applyCurrentFill(NoNullFills)