Arguments: standard-object
Returns (or sets with setf) how text will be positioned horizontally on object. The value should be one of the symbols :left, :center, or :right.
justification is a property of the
list-view-column
, header-info
,
multi-line-editable-text
, and static-text
classes.
Text-edit-panes: If object is an instance of text-edit-pane
(such as a rich-edit-pane
),
justification returns the paragraph justification of the selected text
of the argument. The possible values are :left, :center, or :right.
The justification property may not be changed on an existing control, and must instead be specified with the inspector when designing a control (using a form) or with the :resizable initarg of make-instance. (It can be changed using the inspector when designing a form but not for a running control, either in the IDE or in an application.)
The setf function for a text-edit-pane sets the paragraph justification of the selected text.
A text-edit-pane argument must be an instance of a text-edit-pane
(which
is a superclass of rich-edit-pane
). It cannot be a
text-edit-window
or a rich-edit
control
(apply window to
a rich-edit
control to get a value suitable as an argument to this function).
See About Rich Text Editing in Common Graphics in cgide.htm.
Common Graphics and IDE documentation is described in About Common Graphics and IDE documentation in cgide.htm.
The documentation is described in introduction.htm and the index is in index.htm.
Copyright (c) 1998-2000, Franz Inc. Berkeley, CA., USA. All rights reserved.
Created 2000.10.5.