Apple AppleScript Finder Guide Bedienungsanleitung Seite 78

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 168
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 77
CHAPTER 2
Finder Objects
66 Object Class Denitions
DEFAULT VALUE CLASS RETURNED
A reference to a file or, if you use the plural form font files, a list
of references.
EXAMPLE
If you save this script as a script application, it opens font suitcases or any
other containers you drop on its icon and opens the windows for any font files
they contain.
on open x
repeat with i in x
tell application "Finder"
open i
open font files in i
end tell
end repeat
end open
Font Suitcase 2
An object of class Font Suitcase is a suitcase file that contains font information.
PROPERTIES
A font suitcase has all the properties defined for object class Container on
page 43: Completely Expanded, Container Window, Entire Contents,
Expandable, Expanded, Previous List View, Selection, and View.
Like any other container, a font suitcase also has all the properties defined for
object class Item on page 73: Bounds, Comment, Container, Content Space,
Creation Date, Disk, Folder, Icon, ID, Information Window, Kind, Label Index,
Modification Date, Name, Physical Size, Position, Selected, Size, and Window.
ELEMENT CLASSES
Items within a font suitcase can be identified by name or by number. For more
information, see the definition of object class Item on page 73.
Seitenansicht 77
1 2 ... 73 74 75 76 77 78 79 80 81 82 83 ... 167 168

Kommentare zu diesen Handbüchern

Keine Kommentare