Xerox 96MX User Manual
Page 195
PRINT FORMAT COMMANDS
XEROX DOCUPRINT 96/DOCUPRINT 96MX LPS PDL REFERENCE
6-21
LINE
This parameter specifies the line range of the CME.
Syntax
ac:CME LINE = option(s)
Options
Table 6-16 lists the parameter option(s) and definition(s).
Considerations
The line numbers specified in the LINE parameter must always be in
ascending order. In other words, you cannot specify one line number
then list another one of lower value in the same command. For
example, the following command is incorrect and will not be
processed:
CME1: CME LINE=(2,3),POS=15,
CONSTANT=(6) ’HELLO’,FONTINDEX=3;
LINE=1,POS=15;
As you can see, the first line parameter specifies starting at line 2,
while the second LINE parameter specifies line 1, which contradicts
the ascending order.
Table 6-16.
LINE parameter option(s) and definition(s)
Option(s)
Definition(s)
{
n
|
(
n,m)
|
(
n,-)} This option has the following components:
•
n
The initial line number of the copy
modification rectangle
•
m
The number of lines to repeat the
information. If not specified, the information
applies only to the starting line.
•
-
A dash character indicates that information
is to apply to all lines on a page beginning
with the line indicated by
n.
There is no default.