HyperWorks Desktop

*Alignment()

Specifies the position of text in a header or footer region.

*Alignment()

Specifies the position of text in a header or footer region.

Previous topic Next topic No expanding text in this topic  

*Alignment()

Specifies the position of text in a header or footer region.

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

Syntax

*Alignment(Left/Center/Right)

Arguments

Names

Description

 

Left

Align text on the left side of the page header or footer region.

 

Center

Align text in the center of the page header or footer region.

 

Right

Align text on the right side of the page header or footer region.

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

*BeginRegion().

See also

 

*BeginRegion()

*Image()

List of Preference Statements