User Guide

210 Chapter 5: Fireworks JavaScript API
dom.setFillPlacement()
Availability
Fireworks 3.
Usage
dom.setFillPlacement(placement)
Arguments
placement
Acceptable values are "top" and "bottom".
Returns
Nothing.
Description
Sets the fill placement for selected items with fills.
dom.setFillVector()
Availability
Fireworks 3.
Usage
dom.setFillVector(p1, p2, p3)
Arguments
p1
, p2, and p3 Points that specify the x,y coordinates of the three points used to calculate the fill
vector (see “Point data type” on page 11).
Returns
Nothing.
Description
Sets the fill vectors of the selection to the specified absolute values.
dom.setFillVectorStart()
Availability
Fireworks 3.
Usage
dom.setFillVectorStart(p1)
Arguments
p1
A point that specifies the x,y coordinates of the fill start point (see “Point data type”
on page 11).
Returns
Nothing.