HyperWorks Desktop

*EndRegion()

Indicates the end of a region block for a header or footer.

*EndRegion()

Indicates the end of a region block for a header or footer.

Previous topic Next topic No expanding text in this topic  

*EndRegion()

Indicates the end of a region block for a header or footer.

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

Syntax

*EndRegion()

Example

*BeginFooter()

   *BeginRegion(0, 0, 100, 1000)

     *Image("Altair_logo.gif")

     *Text("Your Name")

     *BorderWidth(1,1,1,1)

   *EndRegion()

   *BeginRegion(100, 0, 900, 500)

     *Alignment(Center)

     *Font("Helvetica",0,0,12)

     *Text("{time} on {date}")

  *EndRegion()

*EndFooter()

Application

MotionView, HyperView, HyperGraph, TextView, and MediaView.

Context

*BeginFooter()

*BeginRegion()

Comments

Every *BeginRegion() statement requires a closing *EndRegion() statement.

See also

 

*Alignment()

*BeginRegion()

*BorderWidth()

*Image()

*Text()

List of Preference Statements