Up

NSPDFInfo class documentation

Authors

Generated by root

Software documentation for the NSPDFInfo class

NSPDFInfo : NSObject

Declared in:
AppKit/NSPDFInfo.h
Conforms to:
NSCoding
NSCopying
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

Instance Variables

Method summary

URL 

- (NSURL*) URL;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

attributes 

- (NSMutableDictionary*) attributes;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

isFileExtensionHidden 

- (BOOL) isFileExtensionHidden;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

orientation 

- (NSPaperOrientation) orientation;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

paperSize 

- (NSSize) paperSize;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

setFileExtensionHidden: 

- (void) setFileExtensionHidden: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

setOrientation: 

- (void) setOrientation: (NSPaperOrientation)orientation;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

setPaperSize: 

- (void) setPaperSize: (NSSize)size;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

tagNames 

- (NSArray*) tagNames;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.



Instance Variables for NSPDFInfo Class

_attributes

@protected NSMutableDictionary* _attributes;
Availability: Not in OpenStep/MacOS-X

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.

_fileExtensionHidden

@protected BOOL _fileExtensionHidden;
Availability: Not in OpenStep/MacOS-X

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.

_orientation

@protected NSPaperOrientation _orientation;
Availability: Not in OpenStep/MacOS-X

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.

_paperSize

@protected NSSize _paperSize;
Availability: Not in OpenStep/MacOS-X

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.

_tagNames

@protected NSArray* _tagNames;
Availability: Not in OpenStep/MacOS-X

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.

_url

@protected NSURL* _url;
Availability: Not in OpenStep/MacOS-X

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