Xerox 721P85530 用户手册

下载
页码 488
SPECIFYING DYNAMIC JOB DESCRIPTOR ENTRIES (DJDES)
8-56
XEROX DOCUPRINT 180 LPS PDL REFERENCE
RTEXT
This parameter specifies text to be printed on a separate page 
preceding a report. It takes effect on the next page boundary. The 
parameters are the same as for the ROUTE command defined in the 
chapter "Print format commands."  RTEXT parameters must be in 
ascending passnum sequence.
Syntax
RTEXT = 
option(s)
Options
Table 8-44 lists the parameter option(s) and definition(s).
Example
RTEXT=(’TEST’,ALL,15,5,2);
END;
Table 8-48.
RTEXT parameter option(s) and definition(s)
Option(s)
Definition(s)
(
sc
,[
passnum
 
|ALL],[
line
,[
col
[,
fontindex
]]])
This option has the following components:
sc
Specifies the message to be printed (1 to 132 
characters). It is printed with the first font specified in 
the FONTS parameter of the PDE command (refer to 
fontindex).
passnum
May be either an integer number or the keyword ALL. 
An integer number specifies the pass (copy ply) to 
which the text applies. 
ALL
Specifies that the text applies to all copies. If there is 
more than one RTEXT parameter in a DJDE packet, 
passnum must be in increasing numeric order.
The default is passnum = 1.
line
Specifies the line number on which the first line of a 
block of RTEXT message is printed. The default is line 
1 for the first text string of the pass. Otherwise, the 
default is the next line of the page. Only one RTEXT 
parameter may be specified per line for a passnum.
col
Specifies the column number at which the first 
character of a block of RTEXT messages is to be 
printed.
The default is column 1.
fontindex
Identifies the index (starting with 1) of the PDE font with 
which the text is printed.
rtext-id
This option is used to reference a cataloged file of RTEXT 
parameters previously compiled by PDL.
NONE
Specifies that no text is to be printed on a separate page.
The default is NONE.