User Guide
Document functions 121
Description
Appends a point to the selected unclosed polygon slice. If an unclosed polygon slice is not
selected, then a new polygon slice is created with the single point that passed in.
dom.applyCharacterMarkup()
Availability
Fireworks 3, enhanced in 4.
Usage
dom.applyCharacterMarkup(tag)
Arguments
tag
Acceptable values for tag are "b", "i", and "u", for bold, italic, and underline: and
"fwplain", which was added in Fireworks 4, for text with no character markup.
Returns
Nothing.
Description
Applies the specified character markup to the selected text.
dom.applyCurrentFill()
Availability
Fireworks 3.
Usage
dom.applyCurrentFill(NoNullFills)
Arguments
bNoNullFills
If bNoNullFills is true and the current fill is None, then a default fill is
applied instead of no fill.
Returns
Nothing.
Description
Applies the document’s current fill to the selection.
Example
The following command applies the current fill to the selection.
fw.getDocumentDOM().applyCurrentFill(true);