Adobe Extending Flash Professional CS5 Uživatelský manuál Strana 109

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 565
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 108
87
EXTENDING FLASH PROFESSIONAL
Document object
Last updated 5/2/2011
document.deleteEnvelope()
Availability
Flash 8.
Usage
document.deleteEnvelope()
Parameters
None.
Returns
A Boolean value: true if successful; false otherwise.
Description
Method; deletes the envelope (bounding box that contains one or more objects) from the selected objects.
Example
The following example deletes the envelope from the selected objects:
fl.getDocumentDOM().deleteEnvelope();
See also
document.crop(), document.intersect(), document.punch(), document.union(), shape.isDrawingObject
document.deletePublishProfile()
Availability
Flash MX 2004.
Usage
document.deletePublishProfile()
Parameters
None.
Returns
An integer that is the index of the new current profile. If a new profile is not available, the method leaves the current
profile unchanged and returns its index.
Description
Method; deletes the currently active profile, if there is more than one. There must be at least one profile left.
Example
The following example deletes the currently active profile, if there is more than one, and displays the index of the new
currently active profile:
Zobrazit stránku 108
1 2 ... 104 105 106 107 108 109 110 111 112 113 114 ... 564 565

Komentáře k této Příručce

Žádné komentáře