Up
Authors
- Chad Hardin (
cehardin@mac.com
)
-
Class representing a printer's
capabilities.
Copyright: (C) 1996, 1997, 2004 Free Software Foundation, Inc.
- Declared in:
- AppKit/NSPrinter.h
- Conforms to:
- NSCoding
Availability: OpenStep
Description forthcoming.
Instance Variables
Method summary
+ (
NSArray*)
printerNames;
Availability: OpenStep
Description forthcoming.
+ (
NSArray*)
printerTypes;
Availability: OpenStep
Description forthcoming.
+ (
NSPrinter*)
printerWithName: (
NSString*)name;
Availability: OpenStep
Description forthcoming.
+ (
NSPrinter*)
printerWithType: (
NSString*)type;
Availability: OpenStep
Description forthcoming.
- (BOOL)
acceptsBinary;
Availability: OpenStep
Description forthcoming.
- (BOOL)
booleanForKey: (
NSString*)key
inTable: (
NSString*)table;
Availability: OpenStep
Description forthcoming.
- (
NSDictionary*)
deviceDescription;
Availability: OpenStep
Description forthcoming.
- (void)
encodeWithCoder: (
NSCoder*)aCoder;
Availability: OpenStep
Description forthcoming.
- (float)
floatForKey: (
NSString*)key
inTable: (
NSString*)table;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
host;
Availability: OpenStep
Description forthcoming.
- (
NSRect)
imageRectForPaper: (
NSString*)paperName;
Availability: OpenStep
Description forthcoming.
- (id)
initWithCoder: (
NSCoder*)aDecoder;
Availability: OpenStep
Description forthcoming.
- (int)
intForKey: (
NSString*)key
inTable: (
NSString*)table;
Availability: OpenStep
Description forthcoming.
- (BOOL)
isColor;
Availability: OpenStep
Description forthcoming.
- (BOOL)
isFontAvailable: (
NSString*)fontName;
Availability: OpenStep
Description forthcoming.
- (BOOL)
isKey: (
NSString*)key
inTable: (
NSString*)table;
Availability: OpenStep
Description forthcoming.
- (BOOL)
isOutputStackInReverseOrder;
Availability: OpenStep
Description forthcoming.
- (int)
languageLevel;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
name;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
note;
Availability: OpenStep
Description forthcoming.
- (
NSSize)
pageSizeForPaper: (
NSString*)paperName;
Availability: OpenStep
Description forthcoming.
- (
NSRect)
rectForKey: (
NSString*)key
inTable: (
NSString*)table;
Availability: OpenStep
Description forthcoming.
- (
NSSize)
sizeForKey: (
NSString*)key
inTable: (
NSString*)table;
Availability: OpenStep
Description forthcoming.
- (
NSArray*)
stringListForKey: (
NSString*)key
inTable: (
NSString*)table;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
type;
Availability: OpenStep
Description forthcoming.
Instance Variables for NSPrinter Class
@protected NSString* _printerHost;
Availability: OpenStep
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 NSString* _printerName;
Availability: OpenStep
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 NSString* _printerNote;
Availability: OpenStep
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 NSString* _printerType;
Availability: OpenStep
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 NSMutableDictionary* _tables;
Availability: OpenStep
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.
- Declared in:
- AppKit/NSPrinter.h
Availability: OpenStep
Description forthcoming.
Method summary
- (BOOL)
parsePPDAtPath: (
NSString*)ppdPath;
Availability: OpenStep
Description forthcoming.
- Declared in:
- AppKit/NSPrinter.h
Availability: OpenStep
Warning this category is private,
which means that the methods are for internal use by
the package. You should not use them in external code.
Method summary
- (id)
initWithName: (
NSString*)name
withType: (
NSString*)type
withHost: (
NSString*)host
withNote: (
NSString*)note;
Availability: OpenStep
Description forthcoming.
Up