User Guide
Document functions 227
dom.removeFill()
Availability
Fireworks 3.
Usage
dom.removeFill()
Arguments
None.
Returns
Nothing.
Description
Sets the fill of the selection to None.
dom.removeGuide()
Availability
Fireworks 3.
Usage
dom.removeGuide(position, guidekind)
Arguments
position A floating-point value that specifies the position of the guide to be removed.
guidekind Acceptable values are "horizontal" and "vertical". If guidekind is
"horizontal", it is assumed that position is a y coordinate; if guidekind is "vertical", it
is assumed that
position is an x coordinate.
Returns
Nothing.
Description
Removes the specified guide. If no guide is at that position, this function has no effect.