Contents | Parent Topic | Previous Topic | Next Topic
Home | Catalog
AppendText is used within a paragraph event handler to add SDF after a paragraph.
&AppendText(@sdf)
The argument is the list of SDF paragraphs to append.
To append a line after each level 1 heading:
!on paragraph 'H1';; &AppendText('Line:')
Contents | Parent Topic | Previous Topic | Next Topic
Home | Catalog