2017

Table Of Contents
R/O PROPERTY NAME TYPE DESCRIPTION
index
integer Numbered order of
this window
modal
Boolean If
true
, this window
is modal
name
plain text (string) Window name (title)
object
reference Object reference for
reference
this object
properties
record Property that allows getting/
setting of a list of properties
resizable
Boolean If
true
, this window
is resizable
titled
Boolean If
true
, this window has a
title bar
visible
Boolean If
true
, this window
is visible
zoomable
Boolean If
true
, this window has a
zoom box
zoomed
Boolean If
true
, this window
is zoomed
SELECTION OBJECT PROPERTIES, DATA TYPES, AND DESCRIPTIONS
R/O PROPERTY NAME TYPE DESCRIPTION
contents
type class The contents of
the selection
CHARACTER EVENTS AND EXAMPLES
VERB APPLESCRIPT EXAMPLE
count
count of every character of word 1
data size
data size of style of character 1
delete
delete character 1
duplicate
duplicate character 1 to after character 2
exists
exists (character 1)
get
get base shift of character 4
get as
get name of color of character 4 as string
make
make character at end of word 1 with properties {contents:“s”}
move
move character 1 to after character 3
set
set language of character 1 to 2
select
select character 1
show
show last character
REFERENCE MATERIAL FOR QUARKXPRESS OBJECTS
A GUIDE TO APPLE EVENTS SCRIPTING
|
57