HyperWorks Desktop

*Title()

Specifies a page title.

*Title()

Specifies a page title.

Previous topic Next topic No expanding text in this topic  

*Title()

Specifies a page title.

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

Syntax

*Title("String", On/Off)

Arguments

Name

Description

 

"String"        

The title of the page.  Must be in double quotes.

 

On

Displays the title at the top of the page

 

Off

Turns off the title displayed at the top of the page.

Example

*BeginPage()

 *IsActive()

 *Title("Force-5", On)

 *Layout(1)

 *CurrentTimeStep(0)

 *BeginWindow(Plot)

         *IsActive()

         • • •

 *EndWindow()

*EndPage()

Application

MotionView, HyperView, HyperGraph, TextView, and MediaView.

Context

*BeginPage()

Report Definitions

Comments

Each page can have a title that is displayed at the top of the page. The page title also appears in the page list.

See also

 

*BeginPage()

*BeginWindow()

*CurrentTimeStep()

*IsActive()

*Layout()

*TitleFont()

List of Session Statements