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