12.2. AppendText


Purpose

AppendText is used within a paragraph event handler to add SDF after a paragraph.


Interface

  &AppendText(@sdf)

12.2..1. Description

The argument is the list of SDF paragraphs to append.


Examples

To append a line after each level 1 heading:

  !on paragraph 'H1';; &AppendText('Line:')