User Guide

Document functions 179
Returns
Nothing.
Description
Reapplies the default value for the specified font attribute to the text in the selection.
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.