User Guide
74 The Fireworks Object Model
SingleTextRun object
The following table lists the properties of the SingleTextRun object, along with their data
types and, where appropriate, acceptable values and notes.
minMaxRelative
Boolean Determines whether the min and max values
are relative or absolute. For example, if
max.x=100 and minMaxRelative is true, then
x can move up 100 points to the right. If
minMaxRelative is set to false then the
maximum x can be set to is 100.
minX
float The minimum value the x coordinate
can move.
minY
float The minimum value the y coordinate
can move.
minRadius
float The minimum radius value.
movePred
Boolean Determines whether the predecessor
point should be moved as the user moves
the mouse.
movePt
Boolean Determines whether the point itself should
be moved as the user moves the mouse.
moveSucc
Boolean Determines whether the successor point
should be moved as the user moves
the mouse.
rotate
Boolean Determines whether the point should rotate
along with the mouse rotation.
Property Data type Notes
changedAttrs
object TextAttrs object (see “TextAttrs object”
on page 78).
characters
string The text that is contained in this run.
Property Data type Notes