HyperWorks Desktop

*BeginColumn()

Begins a header or footer column block in the preferences file.

*BeginColumn()

Begins a header or footer column block in the preferences file.

Previous topic Next topic No expanding text in this topic  

*BeginColumn()

Begins a header or footer column block in the preferences file.

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

Syntax

*BeginColumn(alignment)

Argument

Name

Description

 

alignment

The column alignment (“left”, “center”, or “right”).

Example

*BeginHeader()

  *BeginColumn(left)                                        

   *Text(“Header Text”)

   *EndColumn()                                            

*EndHeader()                                          

Application

HyperGraph 2D, HyperGraph 3D, HyperView, MediaView, MotionView, TextView

Context

*BeginDefaults()

*BeginFooter()

*BeginHeader()

See also

 

*BeginFooter()

*BeginHeader()

*BeginRegion()

*EndColumn()

*EndFooter()

*EndHeader()

*Image()

*Text()

List of Preference Statements