User Guide

Objects within Fireworks documents 57
ExportFrameInfo object
The following table lists the properties of the ExportFrameInfo object, along with their data
type and, where appropriate, acceptable values and notes.
mode
string Acceptable values are "mask to image" and
"mask to path".
owner
object The element (image, path, text, and so on)
that owns the mask.
showAttrs
Boolean If set to true, and mode is "mask to path",
the mask element’s fill and stroke (if any)
are drawn. If set to
false, the mask
element’s fill and stroke are ignored.
Property Data type Notes
delayTime
integer For GIF animations, the delay time between
frames, in 1/100ths of a second. For
example, if you set
delayTime to 200, two
seconds elapse before the next frame in the
animation appears. Default value is
7.
frameHidden
Boolean If set to false (the default), the frame is
exported. If set to
true, the frame is hidden
and not exported.
frameName
string The name of the frame displayed in the
Frames panel. Default is
null.
gifDisposalMethod
string GIF89a frame disposal method. See the
GIF89a specification for details.
Acceptable values are
"unspecified" (the
default),
"none", "background",
and
"previous".
Property Data type Notes