|
OWLNext 7.0
Borland's Object Windows Library for the modern age
|
TPrinter, TPrintout, and TPreviewPage provide various functions that make it easy for you to set up a printer dialog box, view a document in a print preview window, and print a document. More...
Classes | |
| class | owl::TPreviewPage |
| TPreviewPage encapsulates a window which displays print-preview data. More... | |
| class | owl::TPreviewDCBase |
| TPreviewDCBase is the base class encapsulating a 'dual' device context - i.e. More... | |
| class | owl::TPrintPreviewDC |
| Derived from TPrintDC, TPrintPreviewDC maps printer device coordinates to logical screen coordinates. More... | |
| class | owl::TPreviewWin |
| TPreviewWin encapsulates a simple preview window frame. More... | |
| class | owl::TPrintDialog |
| TPrintDialog displays a modal print or a page setup dialog. More... | |
| class | owl::TPrinterAbortDlg |
| TPrinterAbortDlg is the object type of the default printer-abort dialog box. More... | |
| class | owl::TPrintout |
| TPrintout represents the physical printed document that is to sent to a printer to be printed. More... | |
| class | owl::TPrinter |
| TPrinter is an encapsulation around the Windows printer device interface, and represents the physical printer device. More... | |
| class | owl::TXPrinter |
| TXPrinter describes an exception that results from an invalid printer object. More... | |
| class | owl::TXPrinting |
| TXPrinting describes an exception that indicates that printing failed. More... | |
| class | owl::TRichEditPreviewFrame |
| TRichEditPreviewFrame is a window object which contains preview pages displaying data from a rich edit control. More... | |
| class | owl::TRichEditPagePreview |
| TRichEditPagePreview is a window which displays rich edit data formatted for a particular printer DC. More... | |
| class | owl::TRichEditPrintout |
| TRichEditPrintout encapsulates the information to print/preview data from a rich edit control. More... | |
Enumerations | |
| enum | owl::TPrintoutFlags { owl::pfGraphics = 0x01 , owl::pfText = 0x02 , owl::pfBoth = (pfGraphics|pfText) } |
| TPrintout banding flags. More... | |
TPrinter, TPrintout, and TPreviewPage provide various functions that make it easy for you to set up a printer dialog box, view a document in a print preview window, and print a document.
TPrinter represents the physical printer device.TPrintout represents the physical printed document sent to the printerTPreviewPage displays a page of a document in a print preview window.