Copyright Apple Computer, Inc. 1992-1993. All rights reserved.
applications
document by numeric index, by name, as a range of elements, satisfying a test
window by numeric index, by name, as a range of elements, satisfying a test
clipboard a list of anything -- contents of the clipboard
frontmost boolean [r/o] -- Is this the frontmost application?
name international text [r/o] -- the name
selection selection-object -- the selection visible to the user
version version [r/o] -- the version of the application
text item delimiters list -- a list of all the text item delimiters
documents
character by numeric index, before/after another element, as a range of elements, satisfying a test
insertion point before/after another element
paragraph by numeric index, before/after another element, as a range of elements, satisfying a test
text as a range of elements
text item by numeric index, before/after another element, as a range of elements, satisfying a test
word by numeric index, before/after another element, as a range of elements, satisfying a test
bounds bounding rectangle -- the boundary rectangle for the document
closeable boolean [r/o] -- Does the document have a close box?
titled boolean [r/o] -- Does the document have a title bar?
index integer -- the number of the document
floating boolean [r/o] -- Does the document float?
modal boolean [r/o] -- Is the document modal?
resizable boolean [r/o] -- Is the document resizable?
zoomable boolean [r/o] -- Is the document zoomable?
zoomed boolean -- Is the document zoomed?
name international text -- the title of the document
selection selection-object -- the selection visible to the user
visible boolean [r/o] -- Is the document visible?
modified boolean [r/o] -- Has the document been modified since the last save?
position point [r/o] -- upper left coordinates of the document
files
insertion points
length integer [r/o] -- length of text object (in characters)
offset integer [r/o] -- offset of a text object from the beginning of the document (first char has offset 1)
font text -- the name of the font
size integer -- the size in points
style text style info -- the text style
uniform styles text style info [r/o] -- the text style
writing code 'intl' -- the script system and language
character by numeric index, before/after another element, as a range of elements, satisfying a test
paragraph by numeric index, before/after another element, as a range of elements, satisfying a test
text as a range of elements
text item by numeric index, before/after another element, as a range of elements, satisfying a test
word by numeric index, before/after another element, as a range of elements, satisfying a test
contents type class -- the contents of the selection
length integer [r/o] -- length of text object (in characters)
offset integer [r/o] -- offset of a text object from the beginning of the document (first char has offset 1)
font text -- the name of the font
size integer -- the size in points
style text style info -- the text style
uniform styles text style info [r/o] -- the text style
writing code 'intl' -- the script system and language
windows
character by numeric index, before/after another element, as a range of elements, satisfying a test
insertion point before/after another element
paragraph by numeric index, before/after another element, as a range of elements, satisfying a test
text as a range of elements
text item by numeric index, before/after another element, as a range of elements, satisfying a test
word by numeric index, before/after another element, as a range of elements, satisfying a test
bounds bounding rectangle -- the boundary rectangle for the window
closeable boolean [r/o] -- Does the window have a close box?
titled boolean [r/o] -- Does the window have a title bar?
index integer -- the number of the window
floating boolean [r/o] -- Does the window float?
modal boolean [r/o] -- Is the window modal?
resizable boolean [r/o] -- Is the window resizable?
zoomable boolean [r/o] -- Is the window zoomable?
zoomed boolean -- Is the window zoomed?
name international text -- the title of the window
selection selection-object -- the selection visible to the user
visible boolean [r/o] -- is the window visible?
modified boolean [r/o] -- has the window been modified since the last save?
position point [r/o] -- upper left coordinates of window
close reference -- the object to close
[saving yes/no/ask] -- Specifies whether or not changes should be saved before closing
[saving in alias] -- the file in which to save the object
count reference -- the object whose elements are to be counted
each type class -- the class of the elements to be counted. Keyword 'each' is optional in AppleScript
Result: integer -- the number of elements
data size reference -- the object whose data size is to be returned
[as type class] -- the data type for which the size is calculated
Result: integer -- the size of the object in bytes
delete reference -- the element to delete
duplicate reference -- the object(s) to duplicate
[to location reference] -- the new location for the object(s)
Result: reference -- to the duplicated object(s)
exists reference -- the object in question
Result: boolean -- true if it exists, false if not
get reference -- the object whose data is to be returned
[as a list of type class] -- the desired types for the data, in order of preference
Result: anything -- The data from the object
make
new type class -- the class of the new element. Keyword 'new' is optional in AppleScript
[at location reference] -- the location at which to insert the element
[with data anything] -- the initial data for the element
[with properties record] -- the initial values for the properties of the element
Result: reference -- to the new object(s)
move reference -- the object(s) to move
to location reference -- the new location for the object(s)
Result: reference -- to the object(s) after they have been moved
open reference -- list of objects to open
print reference -- list of objects to print
quit
[saving yes/no/ask] -- Specifies whether or not to save currently open documents
save reference -- the object to save
[in alias] -- the file in which to save the object
[as type class] -- the file type of the document in which to save the data
set reference -- the object to change
to anything -- the new value
characters
character by numeric index, before/after another element, as a range of elements, satisfying a test
insertion point before/after another element
paragraph by numeric index, before/after another element, as a range of elements, satisfying a test
text as a range of elements
text item by numeric index, before/after another element, as a range of elements, satisfying a test
word by numeric index, before/after another element, as a range of elements, satisfying a test
length integer [r/o] -- length of text object (in characters)
offset integer [r/o] -- offset of a text object from the beginning of the document (first char has offset 1)
font text -- the name of the font
size integer -- the size in points
style text style info -- the text style
uniform styles text style info [r/o] -- the text style
writing code 'intl' -- the script system and language
paragraphs
character by numeric index, before/after another element, as a range of elements, satisfying a test
insertion point before/after another element
paragraph by numeric index, before/after another element, as a range of elements, satisfying a test
text as a range of elements
text item by numeric index, before/after another element, as a range of elements, satisfying a test
word by numeric index, before/after another element, as a range of elements, satisfying a test
length integer [r/o] -- length of text object (in characters)
offset integer [r/o] -- offset of a text object from the beginning of the document (first char has offset 1)
font text -- the name of the font
size integer -- the size in points of the first character
style text style info -- the text style of the first character
uniform styles text style info [r/o] -- the text styles that are uniform throughout the paragraph
character by numeric index, before/after another element, as a range of elements, satisfying a test
insertion point before/after another element
paragraph by numeric index, before/after another element, as a range of elements, satisfying a test
text as a range of elements
text item by numeric index, before/after another element, as a range of elements, satisfying a test
word by numeric index, before/after another element, as a range of elements, satisfying a test
length integer [r/o] -- length of text object (in characters)
offset integer [r/o] -- offset of a text object from the beginning of the document (first char has offset 1)
font text -- the name of the font
size integer -- the size in points
style text style info -- the text style
uniform styles text style info [r/o] -- the text style
writing code 'intl' -- the script system and language
text items
character by numeric index, before/after another element, as a range of elements, satisfying a test
insertion point before/after another element
paragraph by numeric index, before/after another element, as a range of elements, satisfying a test
text as a range of elements
text item by numeric index, before/after another element, as a range of elements, satisfying a test
word by numeric index, before/after another element, as a range of elements, satisfying a test
length integer [r/o] -- length of text object (in characters)
offset integer [r/o] -- offset of a text object from the beginning of the document (first char has offset 1)
font text -- the name of the font
size integer -- The size in points of the first character
style text style info -- The text style of the first character
uniform styles text style info -- The text styles that are uniform throughout the item
writing code 'intl' -- the script system and language
on styles a list of plain/bold/italic/outline/shadow/underline [r/o] -- the styles that are on for the text
off styles a list of plain/bold/italic/outline/shadow/underline [r/o] -- the styles that are off for the text
words
character by numeric index, before/after another element, as a range of elements, satisfying a test
insertion point before/after another element
paragraph by numeric index, before/after another element, as a range of elements, satisfying a test
text as a range of elements
text item by numeric index, before/after another element, as a range of elements, satisfying a test
word by numeric index, before/after another element, as a range of elements, satisfying a test
length integer [r/o] -- length of text object (in characters)
offset integer [r/o] -- offset of a text object from the beginning of the document (first char has offset 1)
font text -- the name of the font
size integer -- the size in points of the first character
style text style info -- the text style of the first character
uniform styles text style info -- the text styles that are uniform throughout the word
writing code 'intl' -- the script system and language
copy reference -- the object to copy to the clipboard
cut reference -- the object to cut to the clipboard
paste reference
revert reference -- the object to revert
select reference -- the object to select
|| url: http://www.foodoo.sunreal.com.au/info/dictionaries/STE_11asDict.html
|| created: 4-Aug-03, 9:48 PM; updated: 4-Aug-03, 2:48 PM
|| size: 61123 bytes