macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

用紙サイズ の検索結果:

2013年12月の人気記事

…InsensitiveCompare: 7.-collectionView_didHighlightItemAtIndexPath: 8.canOpenURL:url: 9.UIBarStyle 10.-enumerateLinesUsingBlockランク外ですが 横浜勉強会のエントリーも人気 yidivに参加してきました検索結果から http://cocoaapi.hatenablog.com/search?q=用紙サイズ (2014.1.30 はてなカウンターでの調べ)

UIPrintPaperクラス

…/System/Library/Frameworks/UIKit.framework 使用可能 iOS 4.2以降 定義 UIPrintPaper.h 概要 メソッドとプロパティ 用紙サイズと印刷領域を取得 paperSize property printableRect property 印刷のための最適の用紙サイズを取得 + bestPaperForPageSize:withPapersFromArray フレームワーク UIKit クラス UIPrintPaper 参照

paperName

用紙サイズを返します 解説 用紙サイズを返します。 用紙サイズはプリンタによって違います。 返り値 ( NSString * ) 用紙名 引数 フレームワーク ApplicationKit クラス NSPrintInfo Instance Methods 使用可能 10.0 参照 - setPaperName: 例文 #import "MyObject.h" @implementation MyObject - (IBAction)myAction:(id)sender { …