attachment
レシーバーを所有するテキストアタッチメントオブジェクトを返します
解説
レシーバーを所有するテキストアタッチメントオブジェクトを返します。
返り値
( NSTextAttachment * )
テキスト・アタッチメント・オブジェクト
引数
フレームワーク
ApplicationKit
クラス
NSTextAttachmentCell
Instance Methods
使用可能
10.0
参照
- setAttachment:
例文
NSLog(@"-- %@",[[[theAttachment attachmentCell] attachment] className]);