Xerox 721P85530 用户手册

下载
页码 488
PRINT FORMAT COMMANDS
6-40
XEROX DOCUPRINT 180 LPS PDL REFERENCE
Examples
This section shows examples of using the LINE command.
Example 1
LINE DATA=(1,132),PCC=(0,NOTRAN),
     PCCTYPE=IBM1403,FONTINDEX=133;
The LINE command above defines the characteristics of the 
following record structure shown in figure 6-4.
Figure 6-4.
Sample data record structure
The print-data-offset parameter of the DATA parameter (the number 
of bytes between the start of the user portion of the record and the 
first character of the record to be printed) is 1 byte. A sample is 
shown in figure 6-5. The print-length parameter (the number of 
characters in the longest print line in the record) is defined as 132 
bytes. The carriage control is defined as IBM1403, and the position 
of the carriage control character is the first byte within the user 
portion of the record. The position of the font index (an index value 
into a font list that indicates which font is to be selected) is byte 133 
(relative to 0).
Example 2
LINE PCCTYPE=NONE, DATA=(1,60), VFU=V1;