HyperWorks Desktop

*BeginFooter()

Indicates the beginning of a footer block in a plot.

*BeginFooter()

Indicates the beginning of a footer block in a plot.

Previous topic Next topic No expanding text in this topic  

*BeginFooter()

Indicates the beginning of a footer block in a plot.

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

Syntax

*BeginFooter(On/Off)

Arguments

Name

Description

 

On

Displays the footer at the bottom of the plot or video file.

 

Off

Turns off the displayed footer at the bottom of the plot or video file.

Example

*BeginPlot()

 • • •

 *BeginFooter(On)

         *Text("Footers Are Optional")

         *Text("So Are Sub Footers")

 *EndFooter()

 • • •

*EndPlot

Application

HyperGraph and MediaView.

Context

*BeginPlot()

Report Definitions

Comments

Footer blocks specify the text displayed in the plot or video footer.  The *BeginFooter() block and its subordinate statements statements (previously found only in *BeginPlot() blocks are also valid in the *BeginVideo() block.

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

See also

 

*BeginHeader()

*BeginPlot()

*BeginVideo()

*EndFooter()

*Text()

List of Session Statements