Arguments: window &rest args
Sets the paragraph format of window, which must be and instance of
text-edit-pane
. Note that a rich-edit-pane
is an
instance of text-edit-pane. Note further that the neither a text-edit-window
nor a
rich-edit
control are accepted as arguments. (A text-edit-window is usually the
parent of a text-edit-pane. Applying window to a rich-edit control
typically returns the rich-edit-pane suitable as an argument to this
function.)
The other arguments set paragraph formatting characteristics and are as follows:
nil
for no change.
nil
for no change.
nil
for no change.
top-left-indentation is the indentation of the first line of text. If top-left-indentation-is-relative is true, then top-left-indentation is relative to the previous paragraph.
body-left-indentation is the indentation of the second and following lines of text, relative to the first line of text.
right-indentation is the indentation of the right side of the text.
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.