Constant name | Value | Description |
---|---|---|
grchl-horizontal | 0 | The text is displayed horizontally, from left to right. |
grchl-vertical-left | 1 | The text is displayed vertically, from bottom to top. |
grchl-vertical-right | 2 | The text is displayed vertically, from top to bottom. |
grchl-align-center | 4 | The text is centered in the cell. |
grchl-align-left | 8 | The text is left aligned in the cell. |
grchl-align-right | 16 | The text is right aligned in the cell. |
grchl-align-top | 32 | The text is placed at the top of the cell. |
grchl-align-bottom | 64 | The text is placed at the bottom of the cell. |
COLUMN-HEADINGS-LAYOUT = (1, 0) |
procedure division. ... modify screen-1-gr-1 column-headings-layout ( 1 1 1 ) . ... |