0-01-01 note ApplicationKit NSPrinter 10.0- プリンタのおしらせを返します 解説 プリンタのおしらせを返します。 返り値 ( NSString * ) 注意書き 引数 フレームワーク ApplicationKit クラス NSPrinter Instance Methods 使用可能 10.0 参照 例文 #import "Controller.h" @implementation Controller - (IBAction)pushButton:(id)sender { NSLog([[NSPrintInfo defaultPrinter] note]); } @end