Objects within Fireworks documents
43
Path object
Path is a subclass of the base class Element and contains the following properties in addition to
those in Element (see
“Element object” on page 39
).
Text object
Text is a subclass of the base class Element and contains the following properties in addition to
those in Element (see
“Element object” on page 39
).
sliceKind
string
If set to
"image"
, generates an image; if set to
"empty"
, generates the text specified by
htmlText
.
tdTagText
string
This string contains all the attributes of a
table cell except the
colspan
and
rowspan
values.
An example value is
"bgcolor=ff0000"
valign="top"
.
Property
Data type
Notes
contours
array
Array of Contour objects on this Path object
(see
“Contour object” on page 29
).
pathAttributes
object
PathAttrs object (see
“PathAttrs object”
on page 54
).
randSeed
float
A 32-bit integer. JavaScript integers hold
only 31-bit numbers, so it is stored as a
floating-point number.
textureOffset
point
If the path has a textured brush or fill,
specifies the offset of the texture’s origin.
Property
Data type
Notes
antiAliased
Boolean
If set to
true
(the default), anti-aliases
the text.
antiAliasMode
string
Acceptable values are
"smooth"
,
"crisp"
,
and
"strong"
. This value is ignored if the
antiAliased
property is set to
false
.
autoExpand
Boolean
If set to
true
, the bounding box will expand
automatically to fit a line of text to prevent
word wrapping.
autoKern
Boolean
If set to
true
, uses pair-kerning information in
the fonts to kern the text. If set to
false
, pair-
kerning information in the fonts is ignored.
Default value is
true
.
Property
Data type
Notes
Summary of Contents for DREAMWEAVER MX 2004-EXTENDING DREAMWEAVER
Page 1: ...Extending Fireworks...
Page 4: ...4 Contents...
Page 8: ...8 Chapter 1 Extending Fireworks Overview...
Page 102: ...102 Chapter 4 Auto Shapes...