HyperWorks Desktop

*EndFooter()

Indicates the end of a page footer block in a preferences file.

*EndFooter()

Indicates the end of a page footer block in a preferences file.

Previous topic Next topic No expanding text in this topic  

*EndFooter()

Indicates the end of a page footer block in a preferences file.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

*EndFooter()

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()

Application

MotionView, HyperView, HyperGraph, TextView, and Video.

Context

*BeginDefaults()

Comments

Every *BeginFooter() statement requires a closing *EndFooter() statement.

Page footer blocks occur within the general defaults block.

See also

 

*BeginRegion()

*BeginFooter()

*BeginHeader()

*Text()

List of Preference Statements