macOS/iOS API解説

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

目次

actionForControlCharacterAtIndex:

charIndexのコントロールキャラクタと関連したアクションを返します
-(NSTypesetterControlCharacterAction)actionForControlCharacterAtIndex:(unsigned)charIndex:

解説

charIndexのコントロールキャラクタと関連したアクションを返します。
返される値のリストはConstantsを見てください。

返り値

( NSTypesetterControlCharacterAction )

なし

引数

( unsigned )charIndex

フレームワーク

ApplicationKit

クラス

NSTypesetter

Instance Methods

使用可能

10.4

参照

例文