Xerox 96 Printer User Manual


 
FORMS DESCRIPTION LANGUAGE
3-40 XEROX DOCUPRINT 96/DOCUPRINT 96MX LPS FORMS CREATION GUIDE
Figure 3-20. Placing a graphic
SECTION commands
Defining a section When a form consists of several identical sections, you can save time
by defining only one section and treating it as a module, that is,
having it repeated at desired locations. This is done with the following
command:
[BEGIN] SECTION id;
The id is an identifier (1 to 6 characters) that is invoked when a
section is to be defined.
The command can also be used to define an entire form as a section.
Within the section, any other command, statement, or specification
may be used except another SECTION command, DO SECTION
command, FORM command, or END command. More than one
section may be defined and invoked, but each section must be
terminated with the following command before another section can
be defined:
END SECTION;
Invoking a section To invoke a section that has been defined, the section identifier is
invoked with the following command:
DO SECTION id AT y [unit] x [unit];
A section must be defined before it can be invoked.
Sample FSL Figure 3-21 illustrates how the SECTION commands are invoked.
Figure 3-21. Specifying a section
TEXT USING FONT 1 AT 83.5,2.5 ’FORM SM105’;
GRAPHIC UNICRN AT 31.5,42;
USING SOLID 2;
AT 32.2,32.2 DRAW BOX 45.6 WIDE BY 20.6 HIGH
USING SOLID 2;
AT 31.9,31.9 DRAW BOX 46.2 WIDE BY 21.2 HIGH
USING SOLID 2;
AT 31.6,31.6 DRAW BOX 46.8 WIDE BY 21.8 HIGH