Next Previous Up Top Contents Index

1 CAPI Reference Entries

with-document-pages

Macro

Summary

Executes a body of code repeatedly with a variable bound to the number of the page to be printed each iteration.
Syntax

with-document-pages page-var first-page last-page &body body

Description

Thewith-document-pages evaluates body repeatedly, with page-var bound to the number of the page to print on each iteration. It is used to by applications providing Page on Demand printing.
The first-page and last-page arguments are evaluated to yield the page numbers of the first and last pages in the document.
See also

with-page
with-print-job

LispWorks CAPI Reference Manual - 17 Oct 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker