Language Guide
APPENDIX B
Scriptable Text Editor Dictionary
Scriptable Text Editor Object Class Definitions 325
Resizable A Boolean parameter that indicates whether the window can be
resized. The value true indicates that the window can be
resized, and the value false indicates that it can’t. All of the
Scriptable Text Editor’s windows can be resized.
Class: Boolean
Modifiable? No
Selection The text selected in the window.
Class: Selection
Modifiable? Yes
Titled A Boolean parameter that indicates whether the window has a
title bar. The value true indicates that the window has a title
bar, and the value false indicates that it doesn’t. All Scriptable
Text Editor windows have title bars.
Class: Boolean
Modifiable? No
Visible A Boolean parameter that indicates whether the window is
visible. The value true indicates that the window is visible,
and the value false indicates that it isn’t.
Class: Boolean
Modifiable? No
Zoomable A Boolean parameter that indicates whether the window can be
zoomed. The value true indicates that the window can be
zoomed, and the value false indicates that it can’t. All of the
Scriptable Text Editor’s windows can be zoomed.
Class: Boolean
Modifiable? No
Zoomed A Boolean parameter that specifies whether the window is full
size or not. The value true specifies that the window is full
size, and the value false specifies that it is not.
Class: Boolean
Modifiable? Yes
ELEMENT CLASSES
See “Elements of Text Objects” on page 314 for a general discussion of these
element classes.
Character Characters contained in the document
Paragraph Paragraphs contained in the document