Section

SetBodyText

Description

Sets the contents of the 'body' (that is, everything that isn't the heading or pictures) of a section.

Syntax

sn:SetBodyText(rtBodyText)

Parameters

rtBodyText
RichText object: the body text.

Return Value

none

Remarks

Example
rt = fhNewRichText()
rt:SetText("The contents of the section")
sn:SetBodyText(rt)