Contents |
ValidForm→addParagraph
ValidForm→addParagraph — Adds a paragraph to the ValidForm object
Description
addParagraph (string $body[, string $header]);
Adds a paragraph to the ValidForm object.
Parameters
- body
Body of the paragraph.
- header
Header above the paragraph.
Return values
Returns new VF_Paragraph object

