beautypg.com

Xerox 4112-4127 Enterprise Printing System-192 User Manual

Page 417

background image

Using Dynamic Job Descriptor Entries (DJDEs)

Using LCDS Print Description Language

5-63

Syntax

RTEXT = {NONE | sc | (sc [, {passnum | ALL} [, line [, col
[, fontindex]]]]) | rtextid}

Options

RTEXT DJDE example

RTEXT=(’TEST’,ALL,15,5,2);
END;

Table 5-52. RTEXT DJDE options and definitions

Option

Definition

sc

string constant
Specifies the message to be printed (a string of 1 to 132 characters). It is
printed with the first font specified in the FONTS parameter of the PDE
command.
Refer to the fontindex option in this table.

passnum

pass number
An integer specifying the single copy (pass) to which the text applies. If there
are two or more RTEXT parameters in a ROUTE command, passnum must be
in increasing numeric order.

ALL

Specifies that the text applies to all copies.

line

Specifies the line number on which the first line of a block of RTEXT message
is printed. To avoid overprinting, only one RTEXT parameter may be specified
per line for a passnum.
The default is line 1 for the first text string of the pass. Otherwise, the default is
the next line of the page.

col

column.
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.

rtextid

route text identifier
Used to reference a catalogued file of RTEXT parameters previously compiled
by XJDC. A file of the type .TST is referenced.

NONE

Specifies that no text is to be printed on a separate page.