HyperWorks Desktop

*BorderWidth()

Defines the region border in a header or footer.

*BorderWidth()

Defines the region border in a header or footer.

Previous topic Next topic No expanding text in this topic  

*BorderWidth()

Defines the region border in a header or footer.

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

Syntax

*BorderWidth(Left, Top, Right, Bottom)

Arguments

Name

Description

 

Left

The left border. The width of the border is adjustable.

 

Top

The top border. The width of the border is adjustable.

 

Right

The right border. The width of the border is adjustable.

 

Bottom

The bottom border. The width of the border is adjustable.

Example

*BeginHeader()

  *BeginRegion(400, 0, 600, 300)

     *Alignment(Center)

     *Font("Times",0,1,12)

     *Text("Project Title")

    *BorderWidth(1,1,1,1)

  *EndRegion()

*EndHeader()

Application

MotionView, HyperView, HyperGraph, TextView, and MediaView.

Context

*BeginHeader()

See also

 

List of Preference Statements