Table of Contents

O4WHeader routine

Description

Generates a headline of the specified size with the specified text.

Syntax

O4WHeader(text, size, id, style)

Parameters

The function has the following parameters:

ParameterDescription
textThe text of the header.
sizeThe size of the header.
idThe name of the header.
styleWhen style is specified, the style is applied to the image that is generated.

Note that the style can be either the name of a style (as created by one of the O4W style functions, or as defined in an included style sheet), or it can be the returned value from one of the O4W style functions.

Remarks

Note

if you wish to center align the headline, you must pass in the appropriate style information; this does not center by default.

See Also

O4WFooter