*EndFooter()
Indicates the end of a page footer block in a preferences file.
Syntax
*EndFooter()
Application
MotionView, HyperView, HyperGraph, TextView, and Video.
Context
*BeginDefaults()
Example
*BeginDefaults()
  *BeginHeader()
      *BeginRegion(400, 0, 600, 300)
          *Alignment(Center)
          *Font("Times",0,1,12)
          *Text("Project Title")
          *BorderWidth(1,1,1,1)
      *EndRegion()
  *EndHeader()
  *BeginFooter()
      *BeginRegion(0, 0, 100, 1000)
          *Image("Altair_logo.gif")
          *Text("Your Name")
          *BorderWidth(1,1,1,1)
      *EndRegion()
  *EndFooter()
*EndDefaults()
      Comments
Every *BeginFooter() statement requires a closing *EndFooter() statement.
Page footer blocks occur within the general defaults block.