Handbook
Glossary
paragraph-elt
Factor handbook
»
UI framework
»
Building user interfaces
»
Pre-made UI gadgets
»
Editor gadgets
»
Documents
»
Document elements
Prev:
line-elt ( -- value )
Next:
page-elt
Vocabulary
documents
.
elements
Word description
An element representing a single paragraph. The
prev-elt
and
next-elt
words return the location of the previous and next paragraph from the current location.
Definition
IN:
documents.elements
SINGLETON:
paragraph-elt
Methods
USING:
documents.elements
documents.elements.private
kernel
;
M:
paragraph-elt
next-elt
drop
next-paragraph
;
USING:
documents.elements
documents.elements.private
kernel
;
M:
paragraph-elt
prev-elt
drop
prev-paragraph
;