guides:o4w:o4w_api:o4wfooter

O4WFooter routine

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

O4WFooter(text, size, id, style)

The function has the following parameters:

ParameterDescription
textThe text of the Footer.
sizeThe size of the Footer.
idThe name of the Footer.
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.

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

O4WFooter("(c) 2011 Revelation Software", 3) ; * will appear left-flush.  

* To center

O4WFooter("(c) 2011 Revelation Software", 3, "", O4WAlignStyle("","1"))

* or (if centering will be used more than once)

O4WAlignStyle("CENTERSTYLE","1")

O4WFooter("(c) 2009 Revelation Software", 3, "", "CENTERSTYLE")
 
 
  • guides/o4w/o4w_api/o4wfooter.txt
  • Last modified: 2024/06/19 20:19
  • by 127.0.0.1