User Guide
Document functions 119
Description
Increases (positive values) or decreases (negative values) the font size of selected text elements. If a
text element has multiple font sizes, each size is adjusted independently.
dom.align()
Availability
Fireworks 3.
Usage
dom.align(alignmode)
Arguments
alignmode
Acceptable values are "left", "right", "top", "bottom", "center vertical",
and
"center horizontal".
Returns
Nothing.
Description
Aligns the selection.
dom.appendPointToHotspot()
Availability
Fireworks 3.
Usage
dom.appendPointToHotspot(pt, tolerance)
Arguments
pt
A point that specifies the x,y coordinates of the point to be added (see “Point data type”
on page 11).
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 Hotspot. If an unclosed polygon Hotspot is not
selected, a new polygon Hotspot is created with the single point that passed in.