macOS/iOS API解説

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

目次

0-03-26から1日間の記事一覧

setJavaScriptEnabled:

JavaSctiptが有効かをセットします -(void)setJavaScriptEnabled:(BOOL)flag: 解説 JavaSctiptが有効かをセットします。 返り値 ( void ) なし 引数 ( BOOL )flag フレームワーク WebKit クラス WebPreferences Instance Methods 使用可能 10.2 参照 -isJava…

setJavaScriptCanOpenWindowsAutomatically:

JavaScriptで自動的にウインドウが開くのを許すかを設定をします。 -(void)setJavaScriptCanOpenWindowsAutomatically:(BOOL)flag: 解説 JavaScriptで自動的にウインドウが開くのを許すかを設定をします。 返り値 ( void ) なし 引数 ( BOOL )flag フレーム…

setJavaEnabled:

Javaの使用/不使用をセットします -(void)setJavaEnabled:(BOOL)flag: 解説 Javaの使用/不使用をセットします。 返り値 ( void ) なし 引数 ( BOOL )flag フレームワーク WebKit クラス WebPreferences Instance Methods 使用可能 10.2 参照 -isJavaEnable…

setFixedFontFamily:

固定ピッチフォントファミリーをセットします -(void)setFixedFontFamily:(NSString *)family: 解説 固定ピッチフォントファミリーをセットします。 返り値 ( void ) なし 引数 ( NSString * )family フレームワーク WebKit クラス WebPreferences Instance …

setFantasyFontFamily:

ファンタジーフォントファミリーをセットします。 -(void)setFantasyFontFamily:(NSString *)family: 解説 ファンタジーフォントファミリーをセットします。 返り値 ( void ) なし 引数 ( NSString * )family フレームワーク WebKit クラス WebPreferences I…

setDefaultTextEncodingName:

デフォルトのテキストエンコーディングをセットします -(void)setDefaultTextEncodingName:(NSString *)encoding: 解説 デフォルトのテキストエンコーディングをセットします。 返り値 ( void ) なし 引数 ( NSString * )encoding フレームワーク WebKit ク…

setDefaultFontSize:

初期設定のフォントサイズをセットします -(void)setDefaultFontSize:(int)size: 解説 初期設定のフォントサイズをセットします。 返り値 ( void ) なし 引数 ( int )size フレームワーク WebKit クラス WebPreferences Instance Methods 使用可能 10.2 参照…

setDefaultFixedFontSize:

デフォルトの固定ピッチフォントのフォントサイズをセットします -(void)setDefaultFixedFontSize:(int)size: 解説 デフォルトの固定ピッチフォントのフォントサイズをセットします。 返り値 ( void ) なし 引数 ( int )size フレームワーク WebKit クラス W…

setCursiveFontFamily:

筆記体フォントをセットします -(void)setCursiveFontFamily:(NSString *)family: 解説 筆記体フォントをセットします。 返り値 ( void ) なし 引数 ( NSString * )family フレームワーク WebKit クラス WebPreferences Instance Methods 使用可能 10.2 参照…

setAutosaves:

設定の自動保存をセットします -(void)setAutosaves:(BOOL)flag: 解説 設定の自動保存をセットします。 返り値 ( void ) なし 引数 ( BOOL )flag フレームワーク WebKit クラス WebPreferences Instance Methods 使用可能 10.2 参照 -autosaves 例文 - (IBAc…

setAllowsAnimatedImages:

アニメーション画像を使用するかをセットします -(void)setAllowsAnimatedImages:(BOOL)flag: 解説 アニメーション画像を使用するかをセットします。 返り値 ( void ) なし 引数 ( BOOL )flag フレームワーク WebKit クラス WebPreferences Instance Methods…

setAllowsAnimatedImageLooping:

アニメーション画像をループ再生するかを返します -(void)setAllowsAnimatedImageLooping:(BOOL)flag: 解説 アニメーション画像をループ再生するかを返します。 返り値 ( void ) なし 引数 ( BOOL )flag フレームワーク WebKit クラス WebPreferences Instan…

serifFontFamily

セリフフォントファミリーを返します 解説 セリフ(修飾付き)フォントファミリーを返します。 返り値 ( NSString * ) 文字列 引数 フレームワーク WebKit クラス WebPreferences Instance Methods 使用可能 10.2 参照 -setSerifFontFamily: 例文 - (IBActio…

sansSerifFontFamily

サンセリフフォントファミリーを返します 解説 サンセリフ(修飾なし)フォントファミリーを返します。 返り値 ( NSString * ) 文字列 引数 フレームワーク WebKit クラス WebPreferences Instance Methods 使用可能 10.2 参照 -setSansSerifFontFamily: 例…

minimumFontSize

最小のフォントサイズを返します 解説 最小のフォントサイズを返します。 返り値 ( int ) 整数値 引数 フレームワーク WebKit クラス WebPreferences Instance Methods 使用可能 10.2 参照 -setMinimumFontSize: 例文 - (IBAction)myAction:(id)sender { Web…

loadsImagesAutomatically

画像の自動ロードをするかを返します 日本のタコ学作者: 奥谷喬司出版社/メーカー: 東海大学出版会発売日: 2013/06メディア: 単行本この商品を含むブログ (3件) を見る 解説 画像の自動ロードをするかを返します。 返り値 ( BOOL ) YES/NO 引数 フレームワー…

isJavaScriptEnabled

JavaScriptが有効かを返します 解説 JavaScriptが有効かを返します。 返り値 ( BOOL ) YES/NO 引数 フレームワーク WebKit クラス WebPreferences Instance Methods 使用可能 10.2 参照 -setJavaScriptEnabled: 例文 - (IBAction)myAction:(id)sender { WebP…

initWithIdentifier:

IDを指定して、Web初期設定オブジェクとを初期化して返します -(id)initWithIdentifier:(NSString *)anIdentifier: 解説 IDを指定して、Web初期設定オブジェクとを初期化して返します。 返り値 ( id ) オブジェクト() 引数 ( NSString * )anIdentifier フ…

identifier

レシーバのIDを返します 解説 レシーバのIDを返します。 返り値 ( NSString * ) 文字列 引数 フレームワーク WebKit クラス WebPreferences Instance Methods 使用可能 10.2 参照 -initWithIdentifier: 例文 - (IBAction)myAction:(id)sender { WebPreferenc…