| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: window
Returns the paragraph formatting of the selected text. All paragraphs that are at least partly in the selected text are considered to be selected.
window is a text-edit-pane
and is typically a
rich-edit-pane (a subclass of text-edit-pane). Note that neither a
text-edit-window
(typically the
parent of a text-edit-pane) nor a rich-edit
control are valid
arguments to this function. Applying window to a rich-edit control
results in a suitable argument, however.
Twelve multiple values are returned:
See set-paragraph-format.
See cg-rich-text.htm for information about rich text editing in Common Graphics.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |