JFY top-level constant
String
const JFY
Justify.
Representation: CSI s... \x20 \x46
Parameter default value: s = 0
JFY is used to indicate the beginning of a string of graphic characters in the presentation component that are to be justified according to the layout specified by the parameter values:
- 0 - no justification, end of justification of preceding text
- 1 - word fill
- 2 - word space
- 3 - letter space
- 4 - hyphenation
- 5 - flush to line home position margin
- 6 - centre between line home position and line limit position margins
- 7 - flush to line limit position margin
- 8 - Italian hyphenation
The end of the string to be justified is indicated by the next occurrence of JFY in the data stream.
The line home position is established by the parameter value of SET LINE HOME (SLH). The line limit position is established by the parameter value of SET LINE LIMIT (SLL).
Implementation
const String JFY = ' F';