Printing library | |
Type | library |
Dictionary | LCS |
Library | LiveCode Script |
Synonyms | printing library,printing libraries |
Related | Command: revShowPrintDialog, revPrintField, revPrintText Glossary: command, LiveCode custom library |
Description | The LiveCode custom library that supports text printing. The revPrintField, revPrintText, and revShowPrintDialog commands are part of the Printing library. |
Tags | printing |
Type | Name | Summary | Syntax |
---|---|---|---|
command | revPrintField | Prints the contents of a field. | revPrintField <fieldDescriptor> |
- - - | revPrintText | Prints formatted or unformatted text. | revPrintText <textToPrint> [, <headerText> [, <footerText> [, <fieldTemplate>]]] |
- - - | revShowPrintDialog | Controls display of the Page Setup (on Mac OS systems) and Print dialog boxes when using the revPrintField or revPrintText commands. | revShowPrintDialog <showPageSetup>, <showPrint> |