HyperWorks Desktop

*EndHeader()

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

*EndHeader()

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

Previous topic Next topic No expanding text in this topic  

*EndHeader()

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

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

Syntax

*EndHeader()

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 MediaView.

Context

*BeginDefaults()

Comments

Every *BeginHeader() statement requires a closing *EndHeader() statement.

Page header blocks occur within the general defaults block.

See also

 

*BeginFooter()

*BeginHeader()

*BeginRegion()  

*Text()

List of Preference Statements