User Guide
Objects within Fireworks documents 61
The following table lists the method of the SmartShape object, along with its parameter.
Style object
The following table lists the properties of the Style object, along with their data types and, where
appropriate, acceptable values and notes. All Style object properties are read-only.
Method Parameter Definition
GetDefaultMoveParms()
object Returns an object that has all of the default
move parameters set.
Property (read-only) Data type Notes
effectList object EffectList object (see “EffectList object”
on page 38).
name string The name displayed in the Style panel.
pathAttributes object PathAttrs object (see “PathAttrs object”
on page 54).
tdTagText string A string that contains all the attributes of a
table cell except
colspan and rowspan.
Should be in a format similar to the following:
"bgcolor="ff0000" valign="top"“
textBold
Boolean Whether to make the specified text bold;
used only if
use_textStyles is set to true.
textFont string The font to apply to text; used only if
use_textFont is set to true.
textItalic Boolean Whether to make the affected text italic;
used only if
use_textStyles is set to true.
textSize string String of the form "#pt", where # is a
numeric value.
textUnderline Boolean Whether to underline the affected text; used
only if
use_textStyles is set to true.
use_brush Boolean If set to true, applies the brush property of
the pathAttrs object when applying the style.
If set to
false, ignores the brush property.
The default value is
false.
use_brushColor Boolean If set to true, applies the brushColor property
of the pathAttrs object when applying the
style. If set to
false, ignores the brushColor
property. The default value is
false.
use_effectList Boolean If set to true, applies the effects property of
the EffectList object when applying the style.
If set to
false, ignores the effects property.
The default value is
false.