The following options are available:

Text format group box:
Font Displays the currently selected printer font. You can choose a new font from the list of fonts supported by the Java Runtime Environment.
Scaling group box:
Horizontal Sets the horizontal scaling for printed output. Increase the percentage to increase the horizontal space used by the printout.
Vertical Sets the vertical scaling for printed output. Increase the percentage to increase the vertical space used by the printout.
Dimensions group box:
Rows per page Selects the number of rows per printed page. The default value is 60.
Columns per row Selects the width of the printed page, 80, 132, or Custom, which can be set to any value that is supported by the output device you are using.
Print screen group box:
Page header If you want to have a standard page header included on a print screen, type in the header text here.
Header justification If you provide a page header, you can choose to have it aligned to the right, left, or center of the page.

Page footer If you want to have a standard page footer included on a print screen, type in the footer text here.
Footer justification If you provide a page footer, you can choose to have it aligned to the right, left, or center of the page.



Using variables in headers and footers    You can use the following tokens for variables in headers and footers:

&p        Page number. (The first page is 1.)
&c        Total page count in a book. This count may be inaccurate if blank pages are suppressed.
&d        Date in local format.
&t         Time in local format.
&l         Local username.
&u        Username.
&h        Host URL.
&n        Session name.
&s        Session type.

Related Topics