top-left-indentation

Generic Function

Package: common-graphics

Arguments: text-edit-pane

top-left-indentation returns the left indentation of the first line of the first paragraph of the selected text of text-edit-pane. The value is the distance rightward from the interior left edge of text-edit-pane (or the printed page), and is specified in points.

(setf top-left-indentation) sets the left indentation of the first line of each paragraph of the selected text of text-edit-pane. value should be the distance rightward from the interior left edge of text-edit-pane (or the printed page), and specified in points.

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.