Up

NSPDFPanel class documentation

Authors

Generated by Gregory John Casamento,,,

Date: Generated at 2023-12-22 15:07:50 -0500

Software documentation for the NSPDFPanel class

NSPDFPanel : NSObject

Declared in:
AppKit/NSPDFPanel.h
Availability: MacOS-X 10.9.0

Description forthcoming.

Instance Variables

Method summary

panel 

+ (NSPDFPanel*) panel;
Availability: MacOS-X 10.9.0

Description forthcoming.

accessoryController 

- (NSViewController*) accessoryController;
Availability: MacOS-X 10.9.0

Description forthcoming.

beginSheetWithPDFInfo: modalForWindow: completionHandler: 

- (void) beginSheetWithPDFInfo: (NSPDFInfo*)pdfInfo modalForWindow: (NSWindow*)window completionHandler: (GSPDFPanelCompletionHandler)handler;
Availability: MacOS-X 10.9.0

Description forthcoming.

defaultFileName 

- (NSString*) defaultFileName;
Availability: MacOS-X 10.9.0

Description forthcoming.

options 

- (NSPDFPanelOptions) options;
Availability: MacOS-X 10.9.0

Description forthcoming.

setAccessoryController: 

- (void) setAccessoryController: (NSViewController*)accessoryController;
Availability: MacOS-X 10.9.0

Description forthcoming.

setDefaultFileName: 

- (void) setDefaultFileName: (NSString*)fileName;
Availability: MacOS-X 10.9.0

Description forthcoming.

setOptions: 

- (void) setOptions: (NSPDFPanelOptions)opts;
Availability: MacOS-X 10.9.0

Description forthcoming.



Instance Variables for NSPDFPanel Class

_accessoryController

@protected NSViewController* _accessoryController;
Availability: MacOS-X 10.9.0

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_defaultFileName

@protected NSString* _defaultFileName;
Availability: MacOS-X 10.9.0

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_options

@protected NSPDFPanelOptions _options;
Availability: MacOS-X 10.9.0

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.





Up