User Guide
Document functions 133
Description
Converts the selected item(s) to a new animation symbol.
See also
dom.convertAnimSymbolToGraphicSymbol(), dom.convertToSymbol(),
dom.setAnimInstanceNumFrames()
dom.convertToPaths()
Availability
Fireworks 3.
Usage
dom.convertToPaths()
Arguments
None.
Returns
Nothing.
Description
Converts the selected text items into editable paths.
Example
The following command converts the selected text items into editable paths.
fw.getDocumentDOM().convertToPaths();
dom.convertToSymbol()
Availability
Fireworks 3.
Usage
dom.convertToSymbol(type, name)
Arguments
type
Acceptable values are "graphic", "button", and "animation".
name A name for the new symbol.
Returns
Nothing.
Description
Converts the selected item(s) to a new symbol.