| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 version |
Arguments: text-edit-pane
The function returns the paragraph numbering style of the selected text of text-edit-pane. The possible values are :plain or :bullets.
The setf function sets the paragraph numbering style of the selected text of text-edit-pane. value should be either :plain or :bullets.
text-edit-pane 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 cg-rich-text.htm for information about rich text editing in Common Graphics.
Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.2 page.
Created 2012.5.30.
| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 version |