setFooterHtml Method
Sets the HTML text inside a footer for a layout cell or cell formatting table.
expression.setFooterHtml(pszVal)
expression Required. An expression that returns an FPLayoutRegion object.
pszVal Required String. Specifies the HTML code and text.
Remarks
Use the getFooterHtml method to return the HTML text inside a footer for a layout cell or cell formatting table.
The setFooterHtml method will return an error if a footer is not present. Use the setFooterSize method to add a footer to a layout cell or cell formatting table.