SetFootNote()

Set the annotation footnote.

Usage

SetFootNote( text = None, color = None,
                      font = None, display =None,
                      date = None )

Parameters

text (string)
The footnote text.
color (array)
The footnote position.
font (string)
The footnote font.
display (boolean)
A flag determines if the footnote should be displayed on/off.
date (string)
The footnote date.

Return Value

None

Description

This routine sets the annotation footnote. Footnote text, color, font, display on/off and date are given by text, color, font, display and date. For example,
SetFootNote( text = "Acusim" )