#import <WebFrameView.h>
◆ printDocumentView()
- (void) printDocumentView |
|
|
|
printDocumentView Called by the host application when the WebFrameView returns YES from -documentViewShouldHandlePrint.
◆ printOperationWithPrintInfo:()
- (NSPrintOperation *) printOperationWithPrintInfo: |
|
(NSPrintInfo *) |
printInfo |
|
printOperationWithPrintInfo Creates a print operation set up to print this frame
- Returns
- A newly created print operation object
◆ _private
◆ allowsScrolling
◆ canPrintHeadersAndFooters
- (BOOL) canPrintHeadersAndFooters |
|
readnonatomicassign |
Whether this frame can print headers and footers
◆ documentView
◆ documentViewShouldHandlePrint
- (BOOL) documentViewShouldHandlePrint |
|
readnonatomicassign |
Called by the host application before it initializes and runs a print operation. If NO is returned, the host application will abort its print operation and call -printDocumentView on the WebFrameView. The document view is then expected to run its own print operation. If YES is returned, the host application's print operation will continue as normal.
◆ webFrame
The documentation for this class was generated from the following files: