Specifies the position of text in a header or footer region.
*Alignment()Specifies the position of text in a header or footer region. |
|||||
*Alignment()Specifies the position of text in a header or footer region. |
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 |
||
See also |
|
|