Document.resetovalobject(), Document.resetrectangleobject() – Adobe Extending Flash Professional CS5 User Manual
Page 152

130
EXTENDING FLASH PROFESSIONAL
Document object
Last updated 5/2/2011
document.resetOvalObject()
Availability
Flash CS3 Professional.
Usage
document.resetOvalObject()
Parameters
None.
Returns
Nothing.
Description
Method; sets all values in the Property inspector to default Oval object settings. If any Oval objects are selected, their
properties are reset to default values as well.
Example
The following example resets Oval object properties in the current document to default values:
fl.getDocumentDOM().resetOvalObject();
See also
document.resetRectangleObject()
document.resetRectangleObject()
Availability
Flash CS3 Professional.
Usage
document.resetRectangleObject()
Parameters
None.
Returns
Nothing.
Description
Method; sets all values in the Property inspector to default Rectangle object settings. If any Rectangle objects are
selected, their properties are reset to default values as well.
Example
The following example resets Rectangle object properties in the current document to default values: