Up
Authors
- Generated by root
-
- Declared in:
- AppKit/NSPDFInfo.h
- Conforms to:
- NSCoding
- NSCopying
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables
Method summary
- (NSURL*)
URL;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSMutableDictionary*)
attributes;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (BOOL)
isFileExtensionHidden;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSPaperOrientation)
orientation;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSSize)
paperSize;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setFileExtensionHidden: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setOrientation: (
NSPaperOrientation)orientation;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setPaperSize: (NSSize)size;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSArray*)
tagNames;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables for NSPDFInfo Class
@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.
@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.
@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.
@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.
@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.
@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