Adobe Extending Flash Professional CS4 Instrukcja Użytkownika Strona 162

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 560
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 161
140
EXTENDING FLASH CS4 PROFESSIONAL
Document object
document.selectNone()
Availability
Flash MX 2004.
Usage
document.selectNone()
Parameters
None.
Returns
Nothing.
Description
Method; deselects any selected items.
Example
The following example deselects any items that are selected:
fl.getDocumentDOM().selectNone();
See also
document.selectAll(), document.selection
document.setAlignToDocument()
Availability
Flash MX 2004.
Usage
document.setAlignToDocument(bToStage)
Parameters
bToStage A Boolean value that, if set to true, aligns objects to the Stage. If set to false, it does not.
Returns
Nothing.
Description
Method; sets the preferences for document.align(), document.distribute(), document.match(), and
document.space() to act on the document. This method is equivalent to enabling the To Stage button in the Align
panel.
Example
The following example enables the To Stage button in the Align panel to align objects with the Stage:
Przeglądanie stron 161
1 2 ... 157 158 159 160 161 162 163 164 165 166 167 ... 559 560

Komentarze do niniejszej Instrukcji

Brak uwag