|
|
document.deleteEnvelope()
Usagedocument.deleteEnvelope()
ReturnsA Boolean
value: true if successful; false otherwise.
DescriptionMethod;
deletes the envelope (bounding box that contains one or more objects)
from the selected objects.
ExampleThe
following example deletes the envelope from the selected objects:
fl.getDocumentDOM().deleteEnvelope();
|