NSDocument:printInfo
Home 目次>ApplicationKit>NSDocument

printInfo

ドキュメントの印刷設定を返します


-(NSPrintInfo *) printInfo


【返り値】
   NSPrintInfo *印刷設定


【解説】

ドキュメントの印刷設定を返します。



【例文】


#import "MyObject.h"

@implementation MyObject

- (
IBAction )myAction:( id )sender
{
//doc NSDocument のサブクラス
NSLog([[[doc printInfo] dictionary] description]);
;
}

@end


(C) 2000-2007 Satoshi Oomori.
[Apple]

Google
Webwww.oomori.com
Apple_Store_40x120

[ad:Usual day in Japan]

この記事を評価してください。 

良い 

間違いがある 説明がわかりにくい 例文がわかりにくい  

Home 目次>ApplicationKit>NSDocument
修正日2006.12.26