[Previous]
[Up]
[Next]
NSPrintInfo
Authors
- Richard Frith-Macdonald
-
Version: $Revision$
Date: $Date$
Declared in: Gui/NSPrintInfo.h
Inherits from: NSObject
Conforms to: NSCoding
Instance Variables
Methods
Class Methods
+ (NSPrinter*) defaultPrinter;
+ (void) setDefaultPrinter: (NSPrinter*)aPrinter;
+ (void) setSharedPrintInfo: (NSPrintInfo*)printInfo;
+ (NSPrintInfo*) sharedPrintInfo;
+ (NSSize) sizeForPaperName: (NSString*)name;
Instances Methods
- (float) bottomMargin;
- (NSMutableDictionary*) dictionary;
- (NSPrintingPaginationMode) horizontalPagination;
- (id) initWithDictionary: (NSDictionary*)aDictionary;
- (BOOL) isHorizontallyCentered;
- (BOOL) isVerticallyCentered;
- (NSString*) jobDisposition;
- (float) leftMargin;
- (NSPrintingOrientation) orientation;
- (NSString*) paperName;
- (NSSize) paperSize;
- (NSPrinter*) printer;
- (float) rightMargin;
- (void) setBottomMargin: (float)margin;
- (void) setHorizontalPagination: (NSPrintingPaginationMode)mode;
- (void) setHorizontallyCentered: (BOOL)flag;
- (void) setJobDisposition: (NSString*)disposition;
- (void) setLeftMargin: (float)margin;
- (void) setOrientation: (NSPrintingOrientation)orientation;
- (void) setPaperName: (NSString*)name;
- (void) setPaperSize: (NSSize)aSize;
- (void) setPrinter: (NSPrinter*)aPrinter;
- (void) setRightMargin: (float)margin;
- (void) setTopMargin: (float)margin;
- (void) setUpPrintOperationDefaultValues;
- (void) setVerticalPagination: (NSPrintingPaginationMode)mode;
- (void) setVerticallyCentered: (BOOL)flag;
- (float) topMargin;
- (NSPrintingPaginationMode) verticalPagination;